react-ui-tree icon indicating copy to clipboard operation
react-ui-tree copied to clipboard

React tree component with drag & drop

Results 48 react-ui-tree issues
Sort by recently updated
recently updated
newest added

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 ```

bug

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 ![perf](https://cloud.githubusercontent.com/assets/1079637/10989513/515586e8-849c-11e5-9989-aa6a3d538cb5.png) It's taking...

enhancement

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...

bug

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...

enhancement

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...

bug