constantin-p / cp-react-tree-table

A fast, efficient tree table component for ReactJS.

Home Page:https://constantin.software/cp-react-tree-table

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

expandAncestors expands all nodes

justin-elias opened this issue · 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