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 @jameskerr , I am facing a issue , onClick i am selecting nodes (selectMulti) , since the shift key is down the event propogation is stopped and preventing my...

**Inconsistent index** Cursor would imply new index should be 1 but is reported as 2 ![Kapture 2024-04-23 at 12 23 49](https://github.com/brimdata/react-arborist/assets/5172136/47813302-ce56-43c8-b101-edf8ad2cb4dd) **Inconsistent parentId** Cursor and `node.willReceiveDrop` indicates that a drop...

I don't want users making trees 3+ levels deep. I just need parents and children and rearranging amongst them. Is there some property I can set to configure that it...

import { Tree } from "react-arborist"; import { data } from "./data"; function Node({ node, style, dragHandle }) { /* This node instance can do many things. See the API...

I have two problems regarding `name`, so how do I solve them in react-arborist? ## 1. How rename `name` to `node_name` I'd like to edit nodes using a property named...

I found that I can drag in the browser but not in tauri. I have done dynamic import of render nodes but I still can't see the visual effect of...

The readme, very strangely(!) does not include how to load react-arborist. VSCode intellisense is not able to locate where to get `` from, at least when I tried it after...

We are using i18n and encountering some issues during TypeScript checks. ``` node_modules/react-arborist/src/components/list-outer-element.tsx:22:7 - error TS2322: Type 'ReactI18NextChild | Iterable' is not assignable to type 'string | number | boolean...

First of all, I want to express my sincere gratitude to all the contributors of react-arborist. This library is truly awesome and it looks like it can be incredibly helpful...

Looking to use this project, going through that activity I have not seen any updates in about half a year, is there ongoing work that @jameskerr is working on?