Options
All
  • Public
  • Public/Protected
  • All
Menu

Library @swim/table

Swim Table Library

The Swim Table library implements tables, trees, lists, and other tabular views.

Index

Type aliases

AnyColLayout

AnyColLayout: ColLayout | ColLayoutInit

AnyTableLayout

AnyTableLayout: TableLayout | TableLayoutInit

ColLabel

ColLabel: ColLabelFunction | string

ColLabelFunction

ColLabelFunction: (colTrait: ColTrait) => HtmlView | string | null

Type declaration

HeaderControllerColExt

HeaderControllerColExt: { attachColLabelView: any; attachColTrait: any; attachColView: any; detachColLabelView: any; detachColTrait: any; detachColView: any }

Type declaration

  • attachColLabelView: function
    • Parameters

      Returns void

  • attachColTrait: function
    • Parameters

      Returns void

  • attachColView: function
    • Parameters

      Returns void

  • detachColLabelView: function
    • Parameters

      Returns void

  • detachColTrait: function
    • Parameters

      Returns void

  • detachColView: function
    • Parameters

      Returns void

TextCellContent

TextCellContent: TextCellContentFunction | string

TextCellContentFunction

TextCellContentFunction: (cellTrait: TextCellTrait) => HtmlView | string | null

Type declaration

Generated using TypeDoc