Back to Table

Table_RowModels_Grouped

docs/reference/interfaces/Table_RowModels_Grouped.md

8.21.31.3 KB
Original Source

Interface: Table_RowModels_Grouped<TFeatures, TData>

Defined in: features/column-grouping/columnGroupingFeature.types.ts:187

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

getGroupedRowModel()

ts
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.

Returns

RowModel<TFeatures, TData>


getPreGroupedRowModel()

ts
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.

Returns

RowModel<TFeatures, TData>