phphe/he-tree-vue

display the treeData structure in reverse order

bci24 opened this issue · 1 comments

bci24 commented

It is possible to display the treeData structure in reverse order ?

[{text: 'node 2', children: [{text: 'node 2-1'}]}]

to this

[{text: 'node 2-1', children: [{text: 'node 2'}]}]
phphe commented

I will publish he-tree new version. It support display from bottom to top.