function table_getPreGroupedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;function table_getPreGroupedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;Defined in: core/row-models/coreRowModelsFeature.utils.ts:87
Reads the row model immediately before grouping.
Grouping runs after filtering, so this aliases table.getFilteredRowModel().
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
RowModel<TFeatures, TData>
const rowsBeforeGrouping = table_getPreGroupedRowModel(table)const rowsBeforeGrouping = table_getPreGroupedRowModel(table)