You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`name`|`string`| Object key whose value will be displayed in the column. |`"datasetName"`|
29
29
|`order`|`number`| Position of the column in the table. |`2`|
30
-
|`type`|`string`| How the value is rendered:<br>• `standard` – plain text (default)<br>• `hoverContent` – shows icon with popup/modal when mouseover (for long text)<br>• `date` – formats ISO date strings; can include a `format` (e.g. `yyyy-MM-dd`) |`"date"`|
30
+
|`type`|`string`| How the value is rendered:<br>• `standard` – plain text (default)<br>• `hoverContent` – shows icon with popup/modal when mouseover (for long text)<br>• `date` – formats ISO date strings; can include a `format` (e.g. `yyyy-MM-dd`)<br>• `editable` – plain text and editable by clicking on cell if user has permission|`"date"`|
31
31
|`width`|`number`| Default width of the column. |`200`|
32
32
|`format`|`string`| Optional property used **only** when `type` is set to `date`. Defines how ISO date strings are displayed (e.g. `yyyy-MM-dd`). <br> it fallsback to `dateFormat` or `yyyy-MM-dd HH:mm` for dataset and `yyyy-MM-dd` for proposal |`"yyyy-MM-dd"`|
33
33
|`enabled`|`boolean`| Whether the column is displayed by default. |`true`|
0 commit comments