Hello everyone,
I got one problem. I use this.$refs.tree.setModel(this.newTreeData)for reloading different data according to user clicking. But if there is some initial value in the filter. Then reload different data. The tree doesn't expend to show the content which is fit for the filter. I have to retype on the filter. then the tree works
Hello everyone, I got one problem. I use
this.$refs.tree.setModel(this.newTreeData)
for reloading different data according to user clicking. But if there is some initial value in the filter. Then reload different data. The tree doesn't expend to show the content which is fit for the filter. I have to retype on the filter. then the tree works