ColumnDefinitionConfiginterface
A config object which defines various column-specific settings
Properties (6)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| allowDrop⚓︎ | boolean | x | x | (Enterprise only) Controls the ability of the users to drop outside windows in the column |
| allowSplitters⚓︎ | boolean | x | x | Prevents the splitters for being draggable, so the windows cannot be resized within the column |
| isPinned⚓︎ | boolean | x | x | Specifies if a column should be pinned. A pinned column will always maintain it's width, unless the user manually changes it by dragging the splitter |
| maximizationBoundary⚓︎ | boolean | x | x | If set to true any child that is maximized will have its width and height constricted to the current element's size |
| maxWidth⚓︎ | number | x | x | Specifies the maximum width in pixels for the column |
| minWidth⚓︎ | number | x | x | Specifies the minimum width in pixels for the column |