RowGroupColumnHeaderContext
Context for Columns created when Row Grouping
TypeScript
export interface RowGroupColumnHeaderContext extendsExtends
Properties
| Property | Description |
|---|---|
| columnId | Id of the Column |
| columnType | A Row Grouped Column (created in both Table and Pivot Layout) |
| groupColumnId | Id of Row Grouped Column |
| adaptableContext | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
columnId
Id of the Column
TypeScript
columnId: string;Property Value
string
columnType
A Row Grouped Column (created in both Table and Pivot Layout)
TypeScript
columnType: 'rowGroupColumn';Property Value
'rowGroupColumn'
groupColumnId
Id of Row Grouped Column
TypeScript
groupColumnId: string;Property Value
string
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any