Defined in: features/column-grouping/columnGroupingFeature.types.ts:201
TFeatures extends TableFeatures
TData extends RowData
optional groupedRowModel: (table) => () => RowModel<TFeatures, TData>;optional groupedRowModel: (table) => () => RowModel<TFeatures, TData>;Defined in: features/column-grouping/columnGroupingFeature.types.ts:208
Returns the row model after grouping has taken place, but no further.
Table<TFeatures, TData>
(): RowModel<TFeatures, TData>;(): RowModel<TFeatures, TData>;RowModel<TFeatures, TData>