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
*String*, default: **table**. Available values: **table**, **tree**. Information items view should be displayed as table or tree.
5
+
6
+
## `mode`
7
+
*String*, default: **client**. Available values: **client**, **server**. Information items view should be automatically by Vue CRUD or server side by API.
8
+
9
+
## `config`
10
+
*Object*, optional. Property must be defined if field `type` is **tree**.
11
+
12
+
Parameters:
13
+
-`parentColumnName`: Name of column with parent item id. Default value: **parent_id**
14
+
-`unassignedItemParent`: Value of item's parent that means this item is unassigned (root object). Default value: **null**
0 commit comments