Defined in: features/row-sorting/rowSortingFeature.types.ts:198
TFeatures extends TableFeatures
TData extends RowData
getPreSortedRowModel: () => RowModel<TFeatures, TData>;
Defined in: features/row-sorting/rowSortingFeature.types.ts:205
Returns the row model for the table before any sorting has been applied.
RowModel<TFeatures, TData>
getSortedRowModel: () => RowModel<TFeatures, TData>;
Defined in: features/row-sorting/rowSortingFeature.types.ts:209
Returns the row model for the table after sorting has been applied.
RowModel<TFeatures, TData>