| title | ListColumn |
|---|---|
| description | ListColumn Schema Reference |
| Property | Type | Required | Description |
|---|---|---|---|
| field | string |
✅ | Field name (snake_case) |
| label | string |
optional | Display label override |
| width | number |
optional | Column width in pixels |
| align | Enum<'left' | 'center' | 'right'> |
optional | Text alignment |
| hidden | boolean |
optional | Hide column by default |
| sortable | boolean |
optional | Allow sorting by this column |
| resizable | boolean |
optional | Allow resizing this column |
| wrap | boolean |
optional | Allow text wrapping |
| type | string |
optional | Renderer type override (e.g., "currency", "date") |