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

Is it possible to add an animation when internal node is opened? Just to not show the children immidiately **Edit** I manage to handle "open" case using `react-spring` but I...

Hey. Currently the matching function will only add the children that also match the search criteria. However, I wonder how hard it would be to also provide the possibility to...

documentation

Hello, I'm currently employing react-arborist for my Gantt chart. This library has a unique approach that restricts my ability to manipulate the Tree DOM, including setting the scrollTop property. Is...

Currently a tree node is still draggable when it is in editing status. This can be seen even in the https://react-arborist.netlify.app/gmail demo. After entering editing status of a node, dragging...

This is a follow up to solve the issue mentioned on #175. With this change, instead of just using the node id for the react key, two new methods were...

Somewhat related to #140 and #144 Instead of having to fuss about internal nodes and hovering, it seem to me that the real solution is just to allow dropping nodes...

I've got a tree that has categories and within those there are child links. I render two different trees, one that shows just the top level categories (and I want...

Otherwise the component cannot really be called controlled. Whoever uses the component should already know that `selection` has changed. They caused it! No need to notify them. The only things...

Hi, currently if the children is matched, all the parents will also matched. On the other hand, is there any way to show all the children if the parents is...

I am using NextJS (v13.0.3) and implemented the basic example (https://github.com/brimdata/react-arborist#examples). When running this in a production build (e.g. `npm run build` `npm run start`) the example loads and works...