TanStack

TableState_FeatureMap

Interface: TableState_FeatureMap

Defined in: types/TableState.ts:17

Properties

cellSelectionFeature

ts
cellSelectionFeature: TableState_CellSelection;

Defined in: types/TableState.ts:18


columnFilteringFeature

ts
columnFilteringFeature: TableState_ColumnFiltering;

Defined in: types/TableState.ts:19


columnGroupingFeature

ts
columnGroupingFeature: TableState_ColumnGrouping;

Defined in: types/TableState.ts:20


columnOrderingFeature

ts
columnOrderingFeature: TableState_ColumnOrdering;

Defined in: types/TableState.ts:21


columnPinningFeature

ts
columnPinningFeature: TableState_ColumnPinning;

Defined in: types/TableState.ts:22


columnResizingFeature

ts
columnResizingFeature: TableState_ColumnResizing;

Defined in: types/TableState.ts:23


columnSizingFeature

ts
columnSizingFeature: TableState_ColumnSizing;

Defined in: types/TableState.ts:24


columnVisibilityFeature

ts
columnVisibilityFeature: TableState_ColumnVisibility;

Defined in: types/TableState.ts:25


globalFilteringFeature

ts
globalFilteringFeature: TableState_GlobalFiltering;

Defined in: types/TableState.ts:26


rowExpandingFeature

ts
rowExpandingFeature: TableState_RowExpanding;

Defined in: types/TableState.ts:27


rowPaginationFeature

ts
rowPaginationFeature: TableState_RowPagination;

Defined in: types/TableState.ts:28


rowPinningFeature

ts
rowPinningFeature: TableState_RowPinning;

Defined in: types/TableState.ts:29


rowSelectionFeature

ts
rowSelectionFeature: TableState_RowSelection;

Defined in: types/TableState.ts:30


rowSortingFeature

ts
rowSortingFeature: TableState_RowSorting;

Defined in: types/TableState.ts:31


workerRowModelsFeature

ts
workerRowModelsFeature: TableState_WorkerRowModels;

Defined in: worker/createTableWorker.ts:28