PivotGrandTotalHeaderContext
Context for Pivot Grand Total Columns
TypeScript
export interface PivotGrandTotalHeaderContext extendsExtends
Properties
| Property | Type | Description |
|---|---|---|
| aggregatedColumnId | string | Id of Pivot Aggregated Column |
| aggregation | string | Aggregation function of Column |
| columnType | 'pivotGrandTotal' | Pivot Grand Total Column |
| adaptableContext | any | Custom application Context provided in AdaptableOptions.adaptableContext |
Property Details
aggregatedColumnId
Id of Pivot Aggregated Column
TypeScript
aggregatedColumnId: string;Property Value
string
aggregation
Aggregation function of Column
TypeScript
aggregation: string;Property Value
string
columnType
Pivot Grand Total Column
TypeScript
columnType: 'pivotGrandTotal';Property Value
'pivotGrandTotal'
adaptableContext
Inherited from BaseContext
Custom application Context provided in AdaptableOptions.adaptableContext
TypeScript
adaptableContext: any;Property Value
any