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
| layout | array | true | - | The layout of your table |
320
326
| editing | boolean | false | false | Set the default state of the table to be in editing mode |
321
327
| primaryKey | string | true | - | Set the primary key column of the table for actions like editing. |
@@ -342,6 +348,18 @@ Please check the example table config object above.
342
348
An array of arrays where each inner array represents a row in the layout, within which components can be specified, which will be displayed in the frontend.
343
349
Please check the example table config object above.
344
350
351
+
#### Entity array
352
+
353
+
All the fields are required when entity is defined. However, entity key itself is optional in the table config.
0 commit comments