You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to filter all nodes whos first dad is a String passed by parameter. The only way I have found is getting the path of the node a look if the passed string is in it? Anyone knows the way to achieve this?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi all!
I am trying to use $Path inside my treecontrol. My code looks like the following:
<treecontrol class="tree-light" tree-model="vm.finalTreeData" on-selection="showSelected(node)" options="vm.treeOptions" filter-expression="vm.filter()" filter-comparator="vm.comparator" on-node-toggle="vm.showToggle(node, expanded, $parentNode, $index, $first, $middle, $last, $odd, $even, $path)">
I want to filter all nodes whos first dad is a String passed by parameter. The only way I have found is getting the path of the node a look if the passed string is in it? Anyone knows the way to achieve this?
Thanks in advance!
The text was updated successfully, but these errors were encountered: