function table_getGroupedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;function table_getGroupedRowModel<TFeatures, TData>(table): RowModel<TFeatures, TData>;Defined in: core/row-models/coreRowModelsFeature.utils.ts:105
Resolves the row model after grouping has produced grouped and aggregated rows.
When manualGrouping is enabled, or no grouped row-model factory was registered, this returns the pre-grouped row model unchanged.
TFeatures extends TableFeatures
TData extends RowData
Table_Internal<TFeatures, TData>
RowModel<TFeatures, TData>
const groupedRows = table_getGroupedRowModel(table)const groupedRows = table_getGroupedRowModel(table)