he-tree-vue icon indicating copy to clipboard operation
he-tree-vue copied to clipboard

display the treeData structure in reverse order

Open bci24 opened this issue 3 years ago • 1 comments

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'}]}]

bci24 avatar May 27 '22 15:05 bci24

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

phphe avatar May 30 '22 13:05 phphe