Properties
Private
[TABLE_ KEY]
[TABLE_ KEY]: string = ...
columns
columns
: MappedArray < Column < DataType > > = ...
Private
default Column Config
default Column Config: { isVisible: boolean ; minWidth: number ; } = DEFAULT_COLUMN_CONFIG
Type declaration
is Visible: boolean
min Width: number
modifiers
modifiers: { columnHeader: FunctionBasedModifier < {} > ; container: FunctionBasedModifier < {} > ; row: FunctionBasedModifier < {} > ; } = ...
Type declaration
column Header: FunctionBasedModifier < {} >
container: FunctionBasedModifier < {} >
row: FunctionBasedModifier < {} >
rows
rows
: MappedArray < Row < DataType > > = ...
Optional
Private
scroll Container Element
scroll Container Element?: HTMLElement
Optional
Private
scroll Container Height
scroll Container Height?: number
Optional
Private
scroll Container Width
scroll Container Width?: number
Collection of utility modifiers that are the result of composing modifiers from plugins.
Using this is optional, and you can "just" use modifiers from specific plugins in specific places if you wish -- but these exists as a "convenience".
These are all no-use, no-cost utilities