tree icon indicating copy to clipboard operation
tree copied to clipboard

Is there a way to show/hide a few nodes in the tree?

Open ramganesht opened this issue 1 year ago • 1 comments

I wanted to implement filtering on tree nodes, is there a way to show/hide few nodes in the tree while they exist in DOM? Note that tree data is loaded async by an API call and each node expansion also is an async operation which will API call to get data and render child nodes based on it.

ramganesht avatar Jun 05 '24 20:06 ramganesht

Look at his issue: https://github.com/react-component/tree/issues/430 Hope this helps :-)

AHorak avatar Jun 19 '24 08:06 AHorak