Back to Table

CreateRowModel_Grouped

docs/reference/interfaces/CreateRowModel_Grouped.md

8.21.31.0 KB
Original Source

Interface: CreateRowModel_Grouped<TFeatures, TData>

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

Type Parameters

TFeatures

TFeatures extends TableFeatures

TData

TData extends RowData

Properties

groupedRowModel()?

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

Parameters

table

Table<TFeatures, TData>

Returns

ts
(): RowModel<TFeatures, TData>;
Returns

RowModel<TFeatures, TData>