We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fbe4ab commit c45a860Copy full SHA for c45a860
example/assets/organization_chart.json
@@ -30,8 +30,7 @@
30
"id": 2,
31
"pid": 0,
32
"name": "testName2",
33
- "children": [
34
- ]
+ "children": []
35
},
36
{
37
"id": 3,
@@ -110,6 +109,38 @@
110
109
]
111
}
112
+ },
113
+ {
114
+ "id": 4,
115
+ "pid": 0,
116
+ "name": "testName4",
117
+ "children": [
118
119
+ "id": 41,
120
+ "pid": 4,
121
+ "name": "testName41",
122
123
124
+ "id": 411,
125
+ "pid": 41,
126
+ "name": "testName411",
127
128
129
130
+ "id": 412,
131
132
+ "name": "testName412",
133
134
135
136
+ "id": 413,
137
138
+ "name": "testName413",
139
140
+ }
141
+ ]
142
143
144
145
146
0 commit comments