Represents a translatable string. This can either be a translation key, e.g. ACTIONS.EDIT that will be automatically translated when displayed on the UI or a pre-translated string, e.g. Edit . Equivalent to a normal string in usage and functionality.
If true, the column is disabled and cannot be interacted with. This means, the user cannot change any of the column options like the visibility etc. disabled: boolean¶
If true, the order of the column can be changed by dragging it to another position. draggable: boolean¶