TanStack

Row_FeatureMap

Interface: Row_FeatureMap<TFeatures, TData>

Defined in: types/Row.ts:18

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

columnFilteringFeature

ts
columnFilteringFeature: Row_ColumnFiltering<TFeatures, TData>;

Defined in: types/Row.ts:23


columnGroupingFeature

ts
columnGroupingFeature: Row_ColumnGrouping;

Defined in: types/Row.ts:24


columnPinningFeature

ts
columnPinningFeature: Row_ColumnPinning<TFeatures, TData>;

Defined in: types/Row.ts:25


columnVisibilityFeature

ts
columnVisibilityFeature: Row_ColumnVisibility<TFeatures, TData>;

Defined in: types/Row.ts:26


rowAggregationFeature

ts
rowAggregationFeature: Row_RowAggregation;

Defined in: types/Row.ts:22


rowExpandingFeature

ts
rowExpandingFeature: Row_RowExpanding;

Defined in: types/Row.ts:27


rowPinningFeature

ts
rowPinningFeature: Row_RowPinning;

Defined in: types/Row.ts:28


rowSelectionFeature

ts
rowSelectionFeature: Row_RowSelection;

Defined in: types/Row.ts:29