Tree: retrieve the filtered nodes instead of the entire nodes
-
Hi, I am currently using the tree component for my quasar web app.
When I select a node from the tree I want to retrieve my nodes filteredFor example, when I select the node “Good food”, I want to retrieve “Good food” with only one child (because I filtered). But instead I got it with 2 children.
Here the example without filter
Here is my codepen : https://codepen.io/FGremy/pen/yLVMdVj?editors=1010
Do you know a way to only retrieve the filtered nodes ?
Thanks for your attention