IPivotValue
Configuration of a pivot value aggregation.
Properties
Section titled "Properties"aggregate
Section titled "aggregate"Active aggregator definition with key, label and aggregator.
aggregate: IPivotAggregator Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:157
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:161
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:167
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:153
enabled
Section titled "enabled"Enables/Disables a particular value from pivot aggregation.
enabled: boolean Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:163
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:172
member
Section titled "member"Unique member to extract related data field value for aggregations.
member: string Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:151
Optional styles
Section titled "styles"Allow conditionally styling of the IgxPivotGrid cells.
styles?: any Defined in projects/igniteui-angular/grids/core/src/pivot-grid.interface.ts:165