Interface IPivotValue

Configuration of a pivot value aggregation.

Properties

aggregate: IPivotAggregator

Active aggregator definition with key, label and aggregator.

aggregateList?: IPivotAggregator[]

List of aggregates to show in aggregate drop-down.

Enables a data type specific template of the cells

displayName?: string

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

enabled: boolean

Enables/Disables a particular value from pivot aggregation.

formatter?: ((value, rowData?, columnData?) => any)

Applies display format to cell values.

Type declaration

member: string

Field name to use in order to extract value.

styles?: any

Allow conditionally styling of the IgxPivotGrid cells.