IPivotValue

Configuration of a pivot value aggregation.

Active aggregator definition with key, label and aggregator.

aggregate: IPivotAggregator

Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:160

Optional aggregateList

Section titled "aggregateList"

List of aggregates to show in aggregate drop-down.

aggregateList?: IPivotAggregator[]

Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:164

Optional dataType

Section titled "dataType"

Enables a data type specific template of the cells

dataType?: GridColumnDataType

Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:170

Optional displayName

Section titled "displayName"

Display name to show instead of member for the column header of this value. *

displayName?: string

Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:156

Enables/Disables a particular value from pivot aggregation.

enabled: boolean

Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:166

Optional formatter

Section titled "formatter"

Applies display format to cell values.

formatter?: object

Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:175

Unique member to extract related data field value for aggregations.

member: string

Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:154

Allow conditionally styling of the pivot grid cells.

styles?: any

Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:168