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

If you mount `` when `dndRootElement.current` is `null`, changes will not be picked up when `dndRootElement.current` start to refer to a real element.

Hello! First off, really great tree lib its very straightforward to use especially with the data setup! I am having an issue with rendering my (multi) selected nodes however and...

Hi all, I’m quite puzzled by the concepts of activate, focus, and select. Could someone please clarify the distinctions among them? When do they trigger respectively? And which one should...

Hi! First of all, thanks for this library, it's cool! I try to make managment tree with data={data}, add onMove handler, but when ever it run - index alway has...

We are using the React-Arborist tree structure for the sidebar. Inside the tree, we added a modal box that pops up when the add button is clicked. However, in the...

Is it possible to have the indeterminate select state of a node in the tree state for easy rendering of checkboxes? Mantine for instance does that ![Image](https://github.com/user-attachments/assets/a7c0c541-203b-4f10-ac59-440366c0dd2c)

Alright. If you're taking over react-arborist, and you want it to be revolutionary—not just a better tree UI library, but a moral force—here's a bold roadmap shaped around your ethos:...

Hi Everyone, I am no longer maintaining this repository. I have moved on from Brim Data and will no longer be giving this repo my development time. What do you...

Can we add support for fetch data on expand, with some good spinner icon?

When I click off a selected row the Tree component will deselect all my selections even though I am not calling deselect() on those nodes. I would like to prevent...