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
trafficstars

Hi first of all thanks for a fantastic component! I have a problem with the type definitions when using the `useRef` example. So the following code bellow produces the error...

I cannot get it to work. It'll be really helpful if anyone can share an example as the documentation doesn't have it. I'm using nextjs with typescript.

documentation

Hi, and thank you for your library. We have insanely large trees, and have branches that need to be loaded in "pages". Is it possible to have a branch that...

documentation

I am using an external `dndManager` so that I can drop tree nodes outside the tree. Unfortunately, this causes the rows to constantly re-render during drag. Since my nodes have...

![image](https://github.com/brimdata/react-arborist/assets/90977148/b481a755-ea4d-4dd0-859a-4f6c416d9b41) for backward compatibility you can add a node field I previously had a problem with dragging between trees To solve this problem, we made our own decisions, but we...

All the keyboard shortcuts are listed in the DefaultContainer component. I could see how people would want to use their own keybindings. Something like: ```js { "a": "createLeaf", "shift+a": "createInternal"...

Is there a specific design rationale behind not letting initialData trigger an update to the tree if it changes? I'd think in most use cases, the data would change and...

Hi, i am trying to use react-arborist with react-pro-sidebar where i need this type of approach i am able to nest Submenu component in nested node i newly found this...

Hi! Are there any possible ways to implement drag and drop sorting by touch event on mobile devices?