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

Hello, this is a first attempt at supporting variable row heights. I tested it with the existing examples and it seems to work fine with both exact and dynamic row...

Hi everyone. According to your document and based on my needs, I have put a component to manage nodes. I want to put a checkbox next to the node name...

Can the tree be reordered with keyboard? The docs are unclear (does "keyboard navigation" include reordering/dragging?)

roadmap

Seems to be broken when SSR'd due to a dependency on window? ``` ReferenceError: window is not defined ``` My code ``` import { Tree } from "react-arborist"; const data...

On our own project, we saw the need to add the attribute `aria-expanded` to the row elements, since it makes it easier to test with cypress. This PR adds the...

Some odd behavior I noticed was that, say I have a large tree that is mostly empty, if I click outside of any nodes in the tree, and then hit...

Consider the following scenario: I have some entities in a store, and deleting those entities from the tree should also delete them from the store. However, I might need to...

Consider the following couple of screencaps of [the cities demo](https://react-arborist.netlify.app/cities) https://github.com/brimdata/react-arborist/assets/864752/5d16cd49-1a11-4062-9120-d1a63b062463 I select two items (Anderson and Andalusia), focus on a third (Allgood) item, and hit delete. The two selected...

Sometimes I am getting the following error when using react-arborist 3.4.0: "Cannot have two HTML5 backends at the same time". My project does not have direct dependencies "react-dnd", "dnd-core" and...