AdaptableColumnGroup
Defines a Column Group
TypeScript
export interfaceProperties
| Property | Type | Description |
|---|---|---|
| allowGroupSplit | boolean | Whether the Group can be split |
| columnGroupId | string | Id for the Column Group |
| friendlyName | string | Friendly name for the Group |
| groupCount | number | Number of Columns in the the Group |
Property Details
allowGroupSplit
Whether the Group can be split
TypeScript
allowGroupSplit: boolean;Property Value
boolean
columnGroupId
Id for the Column Group
TypeScript
columnGroupId: string;Property Value
string
friendlyName
Friendly name for the Group
TypeScript
friendlyName: string;Property Value
string
groupCount
Number of Columns in the the Group
TypeScript
groupCount: number;Property Value
number