CompleteInitialTableState
external interface CompleteInitialTableState : CoreTableState, VisibilityTableState, ColumnOrderTableState, ColumnPinningTableState, RowPinningTableState, ColumnFiltersTableState, GlobalFilterTableState, SortingTableState, ExpandedTableState, GroupingTableState, ColumnSizingTableState, PaginationInitialTableState, RowSelectionTableState(source)
Inheritors
Properties
Link copied to clipboard
abstract var columnFilters: {tanstack/table/core/ColumnFiltersState=} ERROR CLASS: Symbol not found for ReadonlyArray<tanstack/table/core/ColumnFilter>
Link copied to clipboard
abstract var columnOrder: {tanstack/table/core/ColumnOrderState=} ERROR CLASS: Symbol not found for ReadonlyArray<kotlin/String>
Link copied to clipboard
Link copied to clipboard
abstract var columnSizing: {tanstack/table/core/ColumnSizingState=} ERROR CLASS: Symbol not found for ReadonlyRecord<kotlin/String, kotlin/Int>
Link copied to clipboard
Link copied to clipboard
abstract var columnVisibility: {tanstack/table/core/VisibilityState=} ERROR CLASS: Symbol not found for ReadonlyRecord<kotlin/String, kotlin/Boolean>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract var rowSelection: {tanstack/table/core/RowSelectionState=} ERROR CLASS: Symbol not found for ReadonlyRecord<kotlin/String, kotlin/Boolean>