Replies: 1 comment
-
I think you want |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
We’ve implemented a tree view using the useTreeState hook. However, we want to support async loading of children nodes.
So after user click to expand tree node, we call api to get the children nodes.
but I don’t find a way to be able to modify the tree state by adding additional children.
Does anyone have any recommendations?
thank you!
Beta Was this translation helpful? Give feedback.
All reactions