RevoGrid Documentation v4.15.8 / ColumnGrouping
Interface: ColumnGrouping<T>
ColumnGrouping type is used to define a grouping in a column.
Type Parameters
| Type Parameter | Default type |
|---|---|
T | any |
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
children | (ColumnRegular | ColumnGrouping<T>)[] | An array of objects that represent the children of the grouping. | src/types/interfaces.ts:103 |
name | T | A DataFormat object that represents the name of the grouping. | src/types/interfaces.ts:107 |