react-arborist
react-arborist copied to clipboard
The complete tree view component for React
Is there an uncontrolled way (with tree api ref) to modify a subset of properties of a node (and not only the name)? The same for a creation of a...
Create a demo in which every node is an internal node. Create a demo in which a node can be transformed into an internal node when hovering over it for...
I want to make parent node checkbox as intermediate selection on the selection of child nodes? I dont see any way to do it. can you please help me with...
Added a tree prop `disableSelect`, in the spirit of `disableEdit` and `disableDrag`, closes #56
Hi I am using Next.js hosted on Vercel and encounter this fairly recently: rP.set is not a function. ``` framework-a2363dd3c3dbe572.js:9 TypeError: rP.set is not a function at r8.setSelection (3368-52c29b4eaf262153.js:1:101239) at...
I added a hook that supports dynamic data. Currently there is a hook called useSimpleTree which keeps everything simple. It manages the tree data and provides all of the controller...
My data structure has UUID instead of id. when I use the prop idAccessor and set it to UUID the tree show correctly but it will not allow me to...
First of all, thanks for this library, it's great! I am struggling to figure out how to get the following DnD behaviour to work properly with the following tree: -...
This is possible today, but maybe we could make an easier api. Today, you'd make a custom RowRenderer and NodeRenderer. Then in there, you'd prevent selection if that node meets...
Hey! I'd like to clarify if this is my mistake or there is a bug. When I type searchTerm that is not found in data for every second change of...