draggable-react-tree-component
draggable-react-tree-component copied to clipboard
A (want to be) lightweight react tree component
Looking for ability to drag node from one tree to another. Can this do that? Didn't see it in examples.
Edit button not works in Demo page in section - Simple in console i see: Uncaught TypeError: Cannot add property selKey, object is not extensible at Object.value [as onSelect] (04-sample.basic.js:33)
Hi, nice work can we have drag and drop reorder disabled on parent level? Many Thanks

``` // restore expanded keys if ('expandedKeys' in this.props) { res.rawExpandedKeys = [].concat((0, _toConsumableArray3.default)(this._rawExpandedKeys)) || [].concat((0, _toConsumableArray3.default)(this.state.expandedKeys)); } .......................... this.setState({ expandedKeys: res.rawExpandedKeys.concat([res.node.props.eventKey]) }); ``` res.rawExpandedKeys is undefind