Constructors

Properties

dataIndex?: number

The index of the record in the total view

level?: number

Record level*

records?: any[]

List of original data records associated with the current pivoted data. *

totalRecordDimensionName?: string

If set, it specifies the name of the dimension, that has total record enabled.

Accessors

  • get dimensions(): IgcPivotDimension[]
  • Returns IgcPivotDimension[]

  • set dimensions(value): void
  • List of dimensions associated with the record.*

    Parameters

    Returns void