TanStack

CachedRowModels_FeatureMap

Interface: CachedRowModels_FeatureMap<TFeatures, TData>

Defined in: types/RowModel.ts:11

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

columnFacetingFeature

ts
columnFacetingFeature: CachedRowModel_Faceted<TFeatures, TData>;

Defined in: types/RowModel.ts:15


columnFilteringFeature

ts
columnFilteringFeature: CachedRowModel_Filtered<TFeatures, TData>;

Defined in: types/RowModel.ts:16


columnGroupingFeature

ts
columnGroupingFeature: CachedRowModel_Grouped<TFeatures, TData>;

Defined in: types/RowModel.ts:18


rowExpandingFeature

ts
rowExpandingFeature: CachedRowModel_Expanded<TFeatures, TData>;

Defined in: types/RowModel.ts:17


rowPaginationFeature

ts
rowPaginationFeature: CachedRowModel_Paginated<TFeatures, TData>;

Defined in: types/RowModel.ts:19


rowSortingFeature

ts
rowSortingFeature: CachedRowModel_Sorted<TFeatures, TData>;

Defined in: types/RowModel.ts:20