Optional ReadonlyalignColumn alignment
ReadonlydataReferenced data set fields.
ReadonlyformatterId of a formatter.
Optional ReadonlyformatterOptions for the formatter identified by formatterId;
ReadonlynameName of the column.
Optional ReadonlyrenderColumn special names for UI rendering
ReadonlysortableSpecifies if this column is sortable.
Optional ReadonlysortSpecifies 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".ReadonlytitleTitle of the column.
A table column.