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

Links can be added to each node with 'link' attribute. The fix for draggable are taken from other pull requests. Also the text box provided is a basic react component...

added a draggable option, give a false to disable dragging. ``` ``` default value is true.

It'd be nice to have the ability to navigate using the keyboard arrows.

``` ``` ![image](https://user-images.githubusercontent.com/955472/42445728-956cbf16-83a6-11e8-9032-e0429cce7122.png)

Consider the case of the following Tree: - Root - Level 1 - Level 2 Node - Another Level 2 Node - New node The component will not let me...

bug

Added the ability for a drag-handle inside a tree-node. handleClassName can be supplied as property to the Tree-element and rendered inside the renderNode-method.

When you click a node, you will receive a handleChange notification, which doesn't need. So, this pull request is a fix of that.

changeNodeCollapsed was introduced in c5823fd004fad54950c7054a61abfb481a0305b7 but isn't used. I'm guessing that it is a callback to be used when there is a collapse event.