IRepeaterColumnSizing
Home > @gooddata/sdk-ui-charts > IRepeaterColumnSizing
IRepeaterColumnSizing interface
Signature:
export interface IRepeaterColumnSizing
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
columnWidths? | RepeaterColumnWidthItem[] | (Optional) Specify custom column widths to apply. | |
defaultWidth? | RepeaterDefaultColumnWidth | (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. |