OptionalfilterFilter type for the column header.
Maps to Tabulator's headerFilter.
OptionalfilterPredefined filter values for 'list' filter (id to display name).
Maps to Tabulator's headerFilterParams.values.
OptionalgetExtract a separate filter value.
When set, header filter matches against this value instead of the display value.
Implemented via a custom headerFilterFunc.
OptionalgetExtract a tooltip string.
Maps to Tabulator's tooltip.
Extract the display value from the store.
Column header display text.
Maps to Tabulator's title.
Unique key used as the column
field in row data.
OptionalwidthColumn width in pixels.
Maps to Tabulator's width.
Definition of a custom column that maps FactStore data to a table column.
Several properties correspond directly to Tabulator column definition options. See the Tabulator column docs for details.