iannbing / react-simple-tree-menu

A simple React tree menu component
MIT License
137 stars 48 forks source link

Expand/Collapse #198

Open troy191990 opened 2 years ago

troy191990 commented 2 years ago

Is there any chance of a possible enhancement to give the caller application an props to use to expand/collapse all nodes within the given data-tree ?

DManujaya commented 2 years ago

This would be really helpful.

@troy191990 Did you manage to find a work-around method to do this? Any help would be greatly appreciated.

DManujaya commented 2 years ago

Expand/Collapse all nodes This closed issue actually helps

troy191990 commented 2 years ago

No :( I ended up writing my own approach for a treeview, although used this project for inspiration.