react-ui-tree
react-ui-tree copied to clipboard
React tree component with drag & drop
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.
``` ``` 
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...
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.