IPivotTableBaseProps
Home > @gooddata/sdk-ui-pivot > IPivotTableBaseProps
IPivotTableBaseProps interface
Signature:
export interface IPivotTableBaseProps extends IVisualizationProps, IVisualizationCallbacks
Extends: IVisualizationProps, IVisualizationCallbacks
Properties
Property | Type | Description |
---|---|---|
config? | IPivotTableConfig | (Optional) Customize how pivot table capabilities and behavior. |
execConfig? | IExecutionConfig | (Optional) Execution configuration. |
onColumnResized? | ColumnResizedCallback | (Optional) Specify function to call when user manually resizes a table column. |
pageSize? | number | (Optional) Customize size of page when fetching data from backend. |