Configuration of a pivot value aggregation.

Constructors

Properties

aggregateList?: IgcPivotAggregator[]

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. *

formatter?: any

Applies display format to cell values.

styles?: any

Allow conditionally styling of the IgxPivotGrid cells.

Accessors

  • get aggregate(): IgcPivotAggregator
  • Returns IgcPivotAggregator

  • set aggregate(value): void
  • Active aggregator definition with key, label and aggregator.

    Parameters

    Returns void

  • get enabled(): boolean
  • Returns boolean

  • set enabled(value): void
  • Enables/Disables a particular value from pivot aggregation.

    Parameters

    • value: boolean

    Returns void

  • get member(): string
  • Returns string

  • set member(value): void
  • Field name to use in order to extract value.

    Parameters

    • value: string

    Returns void