Column width in pixels (number) or proportional width (string with *, e.g., "*", "2*")
minWidth
number
150
Minimum column width in pixels for responsive layouts
visible
boolean
true
Controls whether the column is shown in the default view. Can be overridden in views.
display
string
id
Specifies which property of a referenced entity to display. Options: title, titleOrName, id, or a custom property path. Can also be a JavaScript function string. See Display Property.
render
string
None
Custom HTML rendering function or predefined renderer name. See Render Property.
Indicates this column receives initial focus for user interaction. Multiple columns in a hierarchy can have hasFocus for different entity levels. Auto-configured to first editable column if not set.
isreadOnly
boolean
false
Prevents user editing of this column. Deprecated in favor of formatter: readOnly.
multiItem
boolean
false
Indicates this column displays multiple related items (one-to-many or many-to-many relationship). See Multi-Item Columns.
sort
string
None
Default sort direction for this column. Values: "asc", "desc". Applied in addition to global sortBy.
columns: riskControls.riskControl: title: Risk Controls width: 160 multiItem: true display: title list: search: - title - id
When a parent entity links to multiple work item types, the second linked entity column must be declared with multiItem: true. This is a common first-time configuration mistake.