minop1205 / react-dnd-treeview

A draggable / droppable React-based treeview component. You can use render props to create each node freely.
MIT License
516 stars 69 forks source link

Select parent nodes if the child is selected. #208

Closed nilesh2b closed 10 months ago

nilesh2b commented 11 months ago
Screenshot 2023-09-18 171906

If i select balance factor then it should select all parent nodes.

nilesh2b commented 11 months ago

@minop1205 do you have any demo related to this feature?