Interface IPivotConfiguration

Configuration of the pivot grid.

Properties

columnStrategy?: IPivotDimensionStrategy

A strategy to transform the columns.

columns: IPivotDimension[]

A list of the columns.

filters?: IPivotDimension[]

Dimensions to be displayed in the filter area.

pivotKeys?: IPivotKeys

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

A strategy to transform the rows.

A list of the rows.

values: IPivotValue[]

A list of the values.