<column>
| Attribute | Description | Namespace | Optional |
|---|---|---|---|
| key | Unique key for localizing the view | http://onion.net/common/i18n | Yes |
| label | Label of the column | No | |
| id | Id of the column | No | |
| width | Width of the column. Possible values are %-indications, ‘px’- indications or the value ‘auto’. The value ‘auto’ is the default value. | Yes | |
| minWidth | Minimal width of the column. Possible values are %-indications, ‘px’-indications or the value ‘auto’. The value ‘auto’ is the default value. | Yes | |
| align | Alignment of the content. Possible values are:
| Yes | |
| type | Data type of the content. Possible values are:
| Yes | |
| format | Format for the type dateTime. Possible pattern can be found on the page http://www.geekzilla.co.uk/View00FF7904-B510-468C-A2C8-F859AA20581F.htm. | Yes | |
| visibility | Controls the visibility of the column. Possible values are:
| Yes |
<column i18n:key="title" label="Title" id="title" width="50px" align="left" visibility="fixed" minWidth="auto" type="text" />
columns
