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

How to get complete tree nodes on check

suresheprm opened this issue · comments

How to get all the nodes when check any node

Since you initialize the React component with a nodes property, you should be able to get the complete list of nodes from wherever you sourced them from. The event handlers for the CheckboxTree do not return the full list of nodes.

Thanks Jake. Will do the same and i got my result.