react-ui-tree
react-ui-tree copied to clipboard
React tree component with drag & drop
I found that only having the modified tree on the onChange callback it wasn't enough for me since I had to know which node (or object) was modified and who...
When I drag the root module above itself I get ``` js Uncaught TypeError: Cannot read property 'id' of undefineddrag @ react-ui-tree.js:170 ```
Not exactly an _issue_ but I'd love to see what kind of hit others are taking performance wise, I'm currently taking the following hit for 982 nodes  It's taking...
I've tried returning false from the onChange event I've provided to the Tree, but even though I'm not updating the underlying data structure (this.state.tree), the UI still updates. It would...
Would be cool to see an autoexpand node when dragging. Scenario. I want to move a node to another node that is not yet expanded. When over node that has...
Is the component limited to one top node or is this in some way configurable ?
I don't think this is necessary. I may want to move a node under another if it's collapsed. Also this prevents moving any nodes without children under another in the...
Wondering if this is related to #2, but you can test it in the example. Add a bunch of items and go to one near the bottom of the list...