Closed ernestodgr closed 6 years ago
you can add a item into tree data. eg: your data is below
treeData: { name: 'root', children: [ { name: '2', children: [ { name: '2-1' } ] } ] }
push your item to children which you want add!
you can add a item into tree data. eg: your data is below
push your item to children which you want add!