function table_getPreFilteredRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;Defined in: core/row-models/coreRowModelsFeature.utils.ts:42
Reads the row model immediately before column/global filtering.
Filtering is the first derived row-model stage, so this currently aliases table.getCoreRowModel().
TFeatures extends TableFeatures
TData extends RowData
Table_Internal\<`TFeatures`, `TData`\>
RowModel\<`TFeatures`, `TData`\>
const rowsBeforeFiltering = table_getPreFilteredRowModel(table)