IgrPivotConfiguration
Configuration of the pivot grid.
Properties
Section titled "Properties"Optional columnStrategy
Section titled "columnStrategy"A strategy to transform the columns.
columnStrategy?: IgrPivotDimensionStrategy Optional filters
Section titled "filters"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 Accessors
Section titled "Accessors"columns
Section titled "columns"columns: any rows: any values
Section titled "values"values: any