PivotColumnTotalHeaderContext

Context for Pivot Total Columns

TypeScript
export interface PivotColumnTotalHeaderContext extends
Extends

BaseColumnHeaderContext

Properties

PropertyTypeDescription
aggregationstringAggregation function of Column
columnType'pivotColumnTotal'Pivot Column Total
pivotColumnIdstringId of Pivot Column
pivotKeystringKey (i.e. column value) of Pivot Column
adaptableContextanyCustom application Context provided in AdaptableOptions.adaptableContext

Property Details

aggregation

Aggregation function of Column

TypeScript
aggregation: string;
Property Value

string

columnType

Pivot Column Total

TypeScript
columnType: 'pivotColumnTotal';
Property Value

'pivotColumnTotal'

pivotColumnId

Id of Pivot Column

TypeScript
pivotColumnId: string;
Property Value

string

pivotKey

Key (i.e. column value) of Pivot Column

TypeScript
pivotKey: string;
Property Value

string

adaptableContext

Inherited from BaseContext

Custom application Context provided in AdaptableOptions.adaptableContext

TypeScript
adaptableContext: any;
Property Value

any