PivotGrandTotalHeaderContext

Context for Pivot Grand Total Columns

TypeScript
export interface PivotGrandTotalHeaderContext extends
Extends

BaseColumnHeaderContext

Properties

PropertyDescription
aggregatedColumnIdId of Pivot Aggregated Column
aggregationAggregation function of Column
columnTypePivot Grand Total Column
adaptableContextCustom 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