Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

display the treeData structure in reverse order #72

Open
bci24 opened this issue May 27, 2022 · 1 comment
Open

display the treeData structure in reverse order #72

bci24 opened this issue May 27, 2022 · 1 comment

Comments

@bci24
Copy link

bci24 commented May 27, 2022

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
Copy link
Owner

phphe commented May 30, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants