liquor-tree icon indicating copy to clipboard operation
liquor-tree copied to clipboard

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

Open kiril-malyhin opened this issue 5 years ago • 2 comments

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?

kiril-malyhin avatar Apr 24 '19 09:04 kiril-malyhin

Hi! Please check this issue: https://github.com/amsik/liquor-tree/issues/4 Not yet planning to make the data reactive.

Not you're able to to like:

this.$refs.tree.setModel(newData)

amsik avatar Apr 24 '19 09:04 amsik

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

kalex375 avatar Aug 07 '19 14:08 kalex375