I'm using PrimeNG treetable component and I want to get all the children of a node when I click on getChildrens
button near that node.
Also, I want to get all the parents of that node when I click the getParents
button near the same node.
The goal is to give a different style to the children and parents of the node once I select the appropriate button.
Is PrimeNG treetable offer that functionnality to get all the children and parents of a node ?
onNodeExpand
event ? Can you create a StackBlitz please ? – Antikhippe