function table_getPreSortedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;Defined in: core/row-models/coreRowModelsFeature.utils.ts:131
Reads the row model immediately before sorting.
Sorting runs after grouping, so this aliases table.getGroupedRowModel().
TFeatures extends TableFeatures
TData extends RowData
Table_Internal\<`TFeatures`, `TData`\>
RowModel\<`TFeatures`, `TData`\>
const rowsBeforeSorting = table_getPreSortedRowModel(table)