TanStack

RowModelFns_FeatureMap

Interface: RowModelFns_FeatureMap<TFeatures, TData>

Defined in: types/RowModelFns.ts:9

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

columnFilteringFeature

ts
columnFilteringFeature: RowModelFns_ColumnFiltering<TFeatures, TData>;

Defined in: types/RowModelFns.ts:14


rowAggregationFeature

ts
rowAggregationFeature: RowModelFns_RowAggregation<TFeatures, TData>;

Defined in: types/RowModelFns.ts:13


rowSortingFeature

ts
rowSortingFeature: RowModelFns_RowSorting<TFeatures, TData>;

Defined in: types/RowModelFns.ts:15