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

Tree isn't re-render if source tree data was changed #119

Open
kiril-malyhin opened this issue Apr 24, 2019 · 2 comments
Open

Tree isn't re-render if source tree data was changed #119

kiril-malyhin opened this issue Apr 24, 2019 · 2 comments

Comments

@kiril-malyhin
Copy link

Currently, tree initialized with data, which we pass to it. If source data will change, tree will not react on it. The one possible solution - re-render tree.
Is it expected behavior?

@amsik
Copy link
Owner

amsik commented Apr 24, 2019

Hi! Please check this issue: #4
Not yet planning to make the data reactive.

Not you're able to to like:

this.$refs.tree.setModel(newData)

@kalex375
Copy link

kalex375 commented Aug 7, 2019

I don't understand why need component without reactivity in Vue.

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

3 participants