Defined in: features/column-grouping/columnGroupingFeature.types.ts:187
TFeatures extends TableFeatures
TData extends RowData
getGroupedRowModel: () => RowModel<TFeatures, TData>;
Defined in: features/column-grouping/columnGroupingFeature.types.ts:194
Returns the row model for the table after grouping has been applied.
RowModel<TFeatures, TData>
getPreGroupedRowModel: () => RowModel<TFeatures, TData>;
Defined in: features/column-grouping/columnGroupingFeature.types.ts:198
Returns the row model for the table before any grouping has been applied.
RowModel<TFeatures, TData>