TanStack

Table_FeatureMap

Interface: Table_FeatureMap<TFeatures, TData>

Defined in: types/Table.ts:52

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

cellSelectionFeature

ts
cellSelectionFeature: Table_CellSelection<TFeatures, TData>;

Defined in: types/Table.ts:56


cellSpanningFeature

ts
cellSpanningFeature: Table_CellSpanning<TFeatures, TData>;

Defined in: types/Table.ts:57


columnFacetingFeature

ts
columnFacetingFeature: Table_ColumnFaceting<TFeatures, TData>;

Defined in: types/Table.ts:58


columnFilteringFeature

ts
columnFilteringFeature: Table_ColumnFiltering;

Defined in: types/Table.ts:59


columnGroupingFeature

ts
columnGroupingFeature: Table_ColumnGrouping<TFeatures, TData>;

Defined in: types/Table.ts:60


columnOrderingFeature

ts
columnOrderingFeature: Table_ColumnOrdering<TFeatures, TData>;

Defined in: types/Table.ts:61


columnPinningFeature

ts
columnPinningFeature: Table_ColumnPinning<TFeatures, TData>;

Defined in: types/Table.ts:62


columnResizingFeature

ts
columnResizingFeature: Table_ColumnResizing;

Defined in: types/Table.ts:63


columnSizingFeature

ts
columnSizingFeature: Table_ColumnSizing;

Defined in: types/Table.ts:64


columnVisibilityFeature

ts
columnVisibilityFeature: Table_ColumnVisibility<TFeatures, TData>;

Defined in: types/Table.ts:65


globalFilteringFeature

ts
globalFilteringFeature: Table_GlobalFiltering<TFeatures, TData>;

Defined in: types/Table.ts:66


rowExpandingFeature

ts
rowExpandingFeature: Table_RowExpanding<TFeatures, TData>;

Defined in: types/Table.ts:67


rowPaginationFeature

ts
rowPaginationFeature: Table_RowPagination<TFeatures, TData>;

Defined in: types/Table.ts:68


rowPinningFeature

ts
rowPinningFeature: Table_RowPinning<TFeatures, TData>;

Defined in: types/Table.ts:69


rowSelectionFeature

ts
rowSelectionFeature: Table_RowSelection<TFeatures, TData>;

Defined in: types/Table.ts:70


rowSortingFeature

ts
rowSortingFeature: Table_RowSorting<TFeatures, TData>;

Defined in: types/Table.ts:71