IPivotTableConfig
Home > @gooddata/sdk-ui-pivot > IPivotTableConfig
IPivotTableConfig interface
Signature:
export interface IPivotTableConfig
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
columnHeadersPosition? | ColumnHeadersPosition | (ALPHA) (Optional) Customize placement of column headers - top or left Default: "top" | |
columnSizing? | IColumnSizing | (Optional) Customize column sizing strategy. | |
groupRows? | boolean | (Optional) Specify whether the table should group rows. | |
maxHeight? | number | (Optional) Customize maximum height of the table. | |
measureGroupDimension? | MeasureGroupDimension | (ALPHA) (Optional) Customize placement of metrics - in columns or in rows Default: "columns" | |
menu? | IMenu | (Optional) customize whether the column-level burger menu should be visible and if so, what aggregations should be allowed. | |
separators? | ISeparators | (Optional) Customize number segment separators (thousands, decimals) |