react-arborist icon indicating copy to clipboard operation
react-arborist copied to clipboard

Is it possible to intercept after search is complete and get the displayed data

Open report-zone opened this issue 10 months ago • 1 comments

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.

report-zone avatar Dec 18 '24 23:12 report-zone