react-arborist
react-arborist copied to clipboard
Is it possible to intercept after search is complete and get the displayed data
I would like to see a prop like
onSearchComplete : (resultingTree) => { // do something}
The reason for this is my custom rendering of the tree I need to know what the resulting tree is and when the search is complete.
Unless three is already a way to do this.