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

Search in the tree #223

Open piszczu4 opened 6 months ago

piszczu4 commented 6 months ago

Does the library support searching in the tree? I.e. if user type sth, only nodes containing that sentence should be visible (and all their parent nodes)

piszczu4 commented 5 months ago

Any updates on that one?