Options
All
  • Public
  • Public/Protected
  • All
Menu

Library @swim/grid

Swim Grid Library

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

Index

Type aliases

AnyColLayout

AnyColLayout: ColLayout | ColLayoutInit

AnyTableLayout

AnyTableLayout: TableLayout | TableLayoutInit

AnyTreeCell

AnyTreeCell: TreeCell | TreeCellInit | HTMLElement

AnyTreeLeaf

AnyTreeLeaf: TreeLeaf | TreeLeafInit | HTMLElement

AnyTreeLimb

AnyTreeLimb: TreeLimb | TreeLimbInit | HTMLElement

AnyTreeRoot

AnyTreeRoot: TreeRoot | TreeRootInit

AnyTreeSeed

AnyTreeSeed: TreeSeed | TreeSeedInit

AnyTreeStem

AnyTreeStem: TreeStem | TreeStemInit | HTMLElement

AnyTreeVein

AnyTreeVein: TreeVein | TreeVeinInit | HTMLElement

AnyTreeView

AnyTreeView: TreeView | TreeViewInit | HTMLElement

CellContent

CellContent: CellContentFunction | string

CellContentFunction

CellContentFunction: (cellTrait: CellTrait) => HtmlView | string | null

Type declaration

ColHeader

ColHeader: ColHeaderFunction | string

ColHeaderFunction

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

Type declaration

TreeLimbState

TreeLimbState: "collapsed" | "expanding" | "expanded" | "collapsing"

Generated using TypeDoc