Tree node search function #5377
Unanswered
Vitor-Chiara
asked this question in
Q&A
Replies: 1 comment
-
You can actually iterate through all leaves/nodes by line number or ID. Its not exactly what you are asking but I was thinking aloud into the void in this thread: #5315 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How would i go about making a search function for tree nodes, i've got a massive tree that involves a bunch of content from api requests and i'd like to know how could i make a search bar for it, the tree code itself is simple with several roots with 4 leaves underneath it, i wanted to know how could i make a search bar for searching the roots themselves
Beta Was this translation helpful? Give feedback.
All reactions