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 | true | - | Unique name for the column |
273
+
| label | string | true | - | Label for the column |
274
+
| sortable | boolean | false | true | Whether the column is sortable |
275
+
| filterable | boolean | false | true | Whether the column is filterable |
276
+
| type | string | true | string | Available types: selection, number, date, string, image, options, actions |
277
+
| width | integer | true | - | Width of the column |
278
+
| extraData | string/array | false | - | properties from the state to pass as value in the extra object. |
279
+
| textAlign | string | false | left | Text alignment in the column |
280
+
|**type: options**|||||
281
+
| options | object | true | - | object of objects with key for each child object being the value of the column and child object being { label: "{Your label for the respective value}" } |
0 commit comments