jakezatecky / react-checkbox-tree

A simple and elegant checkbox tree for React.

Home Page:https://jakezatecky.github.io/react-checkbox-tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expand only partials nodes.

davilink92 opened this issue · comments

Hello everybody,
it is not a problem, but a question.

Is there a method where the tree expands only partial nodes?

Thank you

I know this is several months after the fact, but I am unsure what you meant by expanding only partial nodes. You can specify the expanded value to be whatever you want, so you could develop any algorithm to expand certain nodes that fit your criteria, either on the initial render, or by making you onExpand function selectively approve/reject changes.

Closing due to lack of activity.