react-complex-tree
react-complex-tree copied to clipboard
Unopinionated Accessible Tree Component with Multi-Select and Drag-And-Drop
Is it possible to add a custom animation to the node content when its opened and closed?
**Describe the bug** When already using react-dnd in for drag and drop in other components, drag and drop in react-complex-tree does not work. **To Reproduce** 1. Implement react-dnd elsewhere in...
For some reason, I can't start the text selection process on the tree item title. To select any text, i need to start selection outside of tree code to reprodcue...
I want to drop custom attachmetns like images to the nodes of the tree. Is it possible with the library itself or i need to add additional drop handler?
I tried to re-update the whole tree after moving the tree node but did not render it according to the latest data, and after I updated the root node index...
When dragging a tree node, the cursor is set to the `copy` value, which doesn't accurately represent the action I'm performing when moving a node from one section to another....
I attempted dragging an external item onto a controlled tree but it does not trigger the onDrop handler. I tried an external drag item both external and internal to the...
**Is your feature request related to a problem? Please describe.** Are there any docs on how to implement drop handlers (``), specifically on how the drop target types should be...
**Describe the bug** When I start dragging the item to re-arrange the order, it always calls the `onSelectItems` function. On the `onSelectItems` call I am opening a file in a...
Multiple controlled trees with live data loosing registered tree affecting drag and drop sometimes.
**Bug Description** When using multiple controlled trees that are driven by dynamic data and dragging and dropping on the first tree in dom. Sometimes the component can get into a...