PivotGrandTotalHeaderContext
Context for Pivot Grand Total Columns
TypeScript
export interface PivotGrandTotalHeaderContext extendsExtends
Properties
| Property | Description |
|---|---|
| aggregatedColumnId | Id of Pivot Aggregated Column |
| aggregation | Aggregation function of Column |
| columnType | Pivot Grand Total Column |
| adaptableContext | 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