IgcPivotConfiguration

Configuration of the pivot grid.

Optional columnStrategy

Section titled "columnStrategy"

A strategy to transform the columns.

columnStrategy?: IgcPivotDimensionStrategy

Dimensions to be displayed in the filter area.

filters?: IgcPivotDimension[]

Optional pivotKeys

Section titled "pivotKeys"

Pivot data keys used for data generation. Can be used for custom remote scenarios where the data is pre-populated.

pivotKeys?: IgcPivotKeys

Optional rowStrategy

Section titled "rowStrategy"

A strategy to transform the rows.

rowStrategy?: IgcPivotDimensionStrategy
columns: any
values: any