react-sortablejs icon indicating copy to clipboard operation
react-sortablejs copied to clipboard

React bindings for SortableJS

Results 110 react-sortablejs issues
Sort by recently updated
recently updated
newest added

Hello, is it possible to set the value for `scrollSensitivity `in AutoScroll plugin, like in a docs of offical library? https://github.com/SortableJS/Sortable/tree/master/plugins/AutoScroll

Hi. I'm developing a list of items which can has nested list. I need a possibility to rearrange items in the root list and nested lists. Also, where should be...

**Describe the bug** When using the swap plugin, depending on which items you drag, the dragged element will swap to an incorrect position. I created an example here: https://codesandbox.io/s/determined-sinoussi-knbno **To...

when set removeOnSpill and remove from the sortable list, and then add one the the list . then just cause error Failed to execute 'insertBefore' on 'Node':

Hi. I'm trying to exclude some items from sorting. So, I use "filtered: true" option. But nothing happens. Here is sandbox example - https://codesandbox.io/s/peaceful-agnesi-qupz4?file=/src/App.js

Is there a way to prevent drag and drop item between fitlered items? It should be better if i cant do this. Thank you. ![Screenshot 2020-09-28 at 15 42 14](https://user-images.githubusercontent.com/40443047/94439933-55749c00-01a1-11eb-8b23-b69b19f10266.png)

**Describe the bug** When I used Animation on the mobile side, there was a bug **To Reproduce** Look at the gif. ![1](https://user-images.githubusercontent.com/17630711/99637037-41516a80-2a7f-11eb-92bc-51855c56e856.gif) **Information** Versions - Look in your `package.json` for...

**Describe the bug** I drag an item from one ReactSortable to another and on the setList callback set state and then this error happens. If I wrap the setState in...

**Describe the bug** The preview of the dragged item jumps to its starting location when dragging an item. See the attached GIF. **To Reproduce** Steps to reproduce the behavior: 1....

**Describe the bug** The warning `Warning: Cannot update a component from inside the function body of a different component.` appears with the latest React version 16.13 when using the example...

status:needs-reproduction