frontend-collective / react-sortable-tree

Drag-and-drop sortable component for nested data and hierarchies
https://frontend-collective.github.io/react-sortable-tree/
MIT License
4.9k stars 897 forks source link

how to make search nodes only starting from one node which we clicked ? #925

Open nicoclau opened 2 years ago

nicoclau commented 2 years ago

Hello I need to make search from one selected node we clicked so we are not lost with all the found matching nodes. The search should only match the children of the selected node.

Is it possible? And how?

Thanks