Hi
I want to expand tree from root to selected node. According to documentation ensureVisible function should handle this but it does not work.
Also expandAll with parameters is not working. I can expand all nodes in tree using expandAll without params, but according to documentation I can pass array of nodes.
Still does not work.
In my code I use code like below:
this.$refs.treeView.ensureVisible(nodeId);
Can You solve my problem?