IgrPivotConfiguration

Configuration of the pivot grid.

Optional columnStrategy

Section titled "columnStrategy"

A strategy to transform the columns.

columnStrategy?: IgrPivotDimensionStrategy

Dimensions to be displayed in the filter area.

filters?: IgrPivotDimension[]

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?: IgrPivotKeys

Optional rowStrategy

Section titled "rowStrategy"

A strategy to transform the rows.

rowStrategy?: IgrPivotDimensionStrategy
columns: any
rows: any
values: any