Closed Kushwaha2021 closed 1 year ago
Hey, sorry for the delay, I've been very busy lately.
This can be accomplished by calling treeController.collapseCascading(parent).
treeController.collapseCascading(parent)
The "cascading" methods apply an action to the given node and all its descendants as of TreeController.childrenProvider.
TreeController.childrenProvider
thanks for your response
Hey, sorry for the delay, I've been very busy lately.
This can be accomplished by calling
treeController.collapseCascading(parent)
.The "cascading" methods apply an action to the given node and all its descendants as of
TreeController.childrenProvider
.