-
Notifications
You must be signed in to change notification settings - Fork 15
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
tree not updating #6
Comments
in version 2.3.0, I added a method reload() , which can be called to update the component when the prop 'tree' is mutated. |
Yeah i saw those functions but data update on props should also reflect in tree , it feels more like a usual componenet behaviour , so you can just chnage your json data and it get reflected in tree other wise you have to loop through the json to recreate tree if i added bunch of item in json or removed some |
As of 2.10.0, I added the autoReload property, which is able to make the component update automatically when the tree property is mutated. |
Tree not updating when nodes added dynamically
The text was updated successfully, but these errors were encountered: