cp-react-tree-table icon indicating copy to clipboard operation
cp-react-tree-table copied to clipboard

expandAncestors expands all nodes

Open justin-elias opened this issue 1 year ago • 0 comments

When calling expandAncestors on a single node, all nodes in the tree with children are expanded. I would expect only nodes that are direct ancestors of the node passed would be expanded.

Here is an example of all nodes being expanded. jsfiddle link

justin-elias avatar Feb 28 '23 04:02 justin-elias