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

We need to have two tree instances which allow users to move nodes (complete with their hierarchy) between them. For the API, we'd have a `button` that onClick, moves all...

This should be possible with the current api, but it would be good to write a demo. If anyone has already done this, please post the code here! Thanks.

Hi and thanks for a great tree component, really awesome! I've noticed one thing, when in case of custom idAccessor (e.g. uid instead of id), internal logic is still relying...

I have a data object with different children elements. Is it possible to have different childrenAccessor? example: level 2 => children_name_entries, level 3 => children_another_name_entries ``` export const data =...

Is there a way to programmatically unfocus a node without resorting to setting a bogus one? This obviously isn't the right way to go about it, since I can't get...

**When I try to use child elements with another name than "children" there are some bugs:** 1. not possible to move elements without children 2. when we put element with...

Hi. How can we integrate the tree with animation libraries like `react-spring` or `react-motion`. for purpose of adding transition for toggling a node?

[You can reproduce this behavior on the "controlled tree" demo.](https://codesandbox.io/s/customize-appearance-f4g15v?file=/src/App.tsx) **Steps to reproduce:** 1. Tab to get focus on first node 2. When focused on any node, press Enter **Result:**...

Does this library support inline create buttons, on each tree item? Ie, I want a `+` button to allow insertion of tree items at the appropriate place. While I can...

How does one drag/drop with the Tree.data attribute set (instead of the initialData). There are no drag and drop callbacks. Am I missing something? Also I would prefer to just...