IColumnSizing
Home > @gooddata/sdk-ui-pivot > IColumnSizing
IColumnSizing interface
Signature:
export interface IColumnSizing
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
columnWidths? | ColumnWidthItem[] | (Optional) Specify custom column widths to apply. | |
defaultWidth? | DefaultColumnWidth | (Optional) Specify whether columns should be resized to fill the entire viewport. | |
growToFit? | boolean | (Optional) Indicate that the table should grow to fit into the allocated space. |