We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For example, there is a department tree,
root\ node1\ node1-1 node1-2 node2\ node2-1 node2-2 node3\
is there a function to get node2-21 left node all? I can see all the node {root,node1,node1-1,node1-2,node2,node2-1} Thank you.
node2-21
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For example, there is a department tree,
is there a function to get
node2-21
left node all? I can see all the node {root,node1,node1-1,node1-2,node2,node2-1}Thank you.
The text was updated successfully, but these errors were encountered: