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

The complete tree view component for React

Results 151 react-arborist issues
Sort by recently updated
recently updated
newest added

This way we don't have to keep a ref to the tree in the parent component if we don't need to.

Hi there, I am trying to write a custom container for our tree but can't find any document on `renderContainer`? Just reading the code, the `renderContainer` provides no `tree-api` access,...

Might be easier if we have separate types for each of these.

The docs say there's childrenAccessor and isOpenAccessor but I only see getChildren in the code 🤔 is this upcoming API?

I want to show a message, like "No files match your search query" if there are no search results. How can I get this information? Is there a callback that...

I'm using this in a controlled way. My problem is that it seems it's not possible to do a controlled select. I mean the whole component is controlled, but select...

How to make the selectable as true even it we click outside of the tree view {node.data.name} {node.state.isSelected && } {node.state.isSelected && isDeletableNode() && ( )} . Thanks for the...

To make better use of screen real estate for working with a large tree structure on e.g. 16:9 displays, it would be nice to be able to split the top...

Demo: https://codesandbox.io/p/sandbox/inspiring-edison-n7rphd ![image](https://github.com/brimdata/react-arborist/assets/6105390/a3656fa6-5974-4963-83e3-9ffdbdb50882)

I just recently added react-arborist to a React 18.2 app and have discovered it seems to break file and folder dropping on an ``, at least, it prevents onchange events...