AdaptableColumnGroup
Defines a Column Group
TypeScript
export interfaceProperties
| Property | Description |
|---|---|
| allowGroupSplit | Whether the Group can be split |
| columnGroupId | Id for the Column Group |
| friendlyName | Friendly name for the Group |
| groupCount | 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