Hi All,
Could anyone give me some valid pointers to find out all the parent nodes of a selected node of a tree table component.
Prob statement is :
root1
|_Child11
|_ Child12
|_ Child13
root2
|_Child21
|_Child22
|_Child23
IF I have selected Child23 then I how can i get this printed on console :
Child23, Child22, Child21, root2
Need to go to top node for a selected child node.
Thanks.