cp-react-tree-table
cp-react-tree-table copied to clipboard
expandAncestors expands all nodes
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