react-ui-tree
react-ui-tree copied to clipboard
React tree component with drag & drop
Styles
Is it possible to change CSS on a node when it's clicked? I'd like to check and uncheck items when they are selected.
While using react-ui-tree for internal project I noticed limit on how you can style nodes inside generated tree. I now that `renderNode` method callback can be used to render custom...
The DnD functionality assumes that all nodes are the same height in the diffY calculation. If a node is of a different size and you begin dragging it down, the...
Thank you so much for this wonderful library! I'm getting this to work really well for my use-case. I have one problem to ask: Currently, `tree` requires an initial first...
I couldn't prevent the tree from being modified in the `onChange` event so this PR just adds a new prop to make it easy to stop dragging events. I didn't...
`tree `field is waiting for object e.g. ` state = { tree: { "module": "first-root", "children": [somechildren] } }` but what if I need 1+n roots? I've tried to create...
When I immediately apply the following code, there is one error. Besides, there is no icon for three node. And when I drag the root node, the second error appears....
Some times needn't it :)
I am trying to add DnD support for touch enabled devices and it seems to be behaving weirdly. While dragging seems to start with `touchmove` event and stops abruptly. But...
Hi everyone ! I'd like to solve a problem with you. How would you implement ```react-ui-tree``` with normalised data; Like Dan Abramov advised, we can shape our store like this...