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
| type | string | true | action | Available option: action |
268
+
| name | string | true | - | Unique name for the action |
269
+
| label | string | true | - | Label for the action |
270
+
| thunk | function | true | - | An action creator which is dispatched on action click. Check demo schema. |
271
+
|**For type: editable**|||||
272
+
| labels | object | false | { show: 'Make editable', hide: 'Hide editable', save: 'Save'} | Labels for each of the buttons enabled when the table is editable |
271
273
272
274
Note: action of type "editable" is required when you set the table to be editable
273
275
@@ -279,7 +281,7 @@ Note: action of type "editable" is required when you set the table to be editabl
279
281
| label | string | true | - | Label for the column |
280
282
| sortable | boolean | false | true | Whether the column is sortable |
281
283
| filterable | boolean | false | true | Whether the column is filterable |
282
-
| editable | boolean | false | false | When the table is set to be editable, set whether the respective column is among the editable |
284
+
| editable | boolean | false | false | When the table is set to be editable, set whether the respective column is among the editable |
283
285
| visible | boolean | false | true | Whether the column is visible on load |
284
286
| type | string | true | string | Available types: selection, number, date, string, image, options, actions |
285
287
| width | integer | true | - | Width of the column |
0 commit comments