minop1205 / react-dnd-treeview

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

Select parent nodes if the child is selected. #208

Closed nilesh2b closed 1 year ago

nilesh2b commented 1 year ago
Screenshot 2023-09-18 171906

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

nilesh2b commented 1 year ago

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