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

Search in the tree #223

Open piszczu4 opened 8 months ago

piszczu4 commented 8 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 8 months ago

Any updates on that one?