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

Drag-and-drop sortable component for nested data and hierarchies

Results 119 react-sortable-tree issues
Sort by recently updated
recently updated
newest added

The function getTreeFromFlatData requires setting rootKey as null for it to work. However, the type of rootKey is set as string | number | undefined, resulting in a type error:...

I use 2.8.0 version and when I make build got error: **Failed to minify the code from this file: ./node_modules/@react-dnd/asap/dist/cjs/AsapQueue.js:6** My dependencies: ` "dependencies": { "@humanscape/react-summernote-bs4": "^2.0.2", "@material-ui/core": "^4.11.0", "@material-ui/icons":...

Can we change the property name in treeData? For example, I have a tree: {title: node0, references: [{title: node1}]} Can I use the references as children?

Hello, i want to connect two node in two different tree with an arrow from the library Xarrows. The problem i have i that an arrow is connecte between two...

I use react-sortable-tree for my app which supports multiple color themes. I render each tree element with customized 'generateNodeProps'. When I change color theme it re-renders the tree. And everything...

On Windows, it is impossible to use the mouse wheel while dragging a node - to scroll through the document body while dragging a node. On Mac, this is possible....

I am using react-sortable-tree in my application to create a funnel. I have a use case where I have a two buttons on child node to create another node under...

Is there any way to disable the auto expand while performing the DND. When my tree is big, auto expand misleading/confusing.

enhancement

I discovered this issue while integrating react-sortable-tree into my app, but was able to easily reproduce with one of the examples in the storybook. https://codesandbox.io/s/xzoq6xprlz Drag the "baby rabbit" box...

This is a umbrella issue to track major **confirmed** bugs that should be fixed ASAP. Feel free to comment to add more. - [ ] #259 - [ ] #103...

bug
help wanted
todo