Back to Table

CachedRowModel_Sorted

docs/reference/interfaces/CachedRowModel_Sorted.md

8.21.3760 B
Original Source

Interface: CachedRowModel_Sorted<TFeatures, TData>

Defined in: features/row-sorting/rowSortingFeature.types.ts:224

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

sortedRowModel()

ts
sortedRowModel: () => RowModel<TFeatures, TData>;

Defined in: features/row-sorting/rowSortingFeature.types.ts:228

Returns

RowModel<TFeatures, TData>