Optional
Readonly
alignColumn alignment
Readonly
dataReferenced data set fields.
Readonly
formatterId of a formatter.
Optional
Readonly
formatterOptions for the formatter identified by formatterId;
Readonly
nameName of the column.
Optional
Readonly
renderColumn special names for UI rendering
Readonly
sortableSpecifies if this column is sortable.
Optional
Readonly
sortSpecifies if this column should be sorted by its original value or by its formatted display value. The following values are allowed:
undefined
(default): The column is sorted by its original value.string
: The column is sorted by its formatted display value as a string.string-with-number
: The column is sorted by its formatted display value,
whereby numeric parts are sorted as numbers. Example: "a1" < "a2" < "a10".Readonly
titleTitle of the column.
A table column.