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

**Is your feature request related to a problem? Please describe.** Sortable allows us to change many options on the fly (e.g. change the group with `Sortable.option('group', ...)`. However, this react...

Hi! Everything works fine for me in v6.0.3 but as soon as I use 6.0.4 or above, I get the error mentioned above. I've tried 6.1.x as well but the...

I have a use case where in I do not want any wrapper element around my cards list which needs to be sorted. Can we pls add the support for...

Is there a way to disable sorting some of the items in the list. For example, I don't want the first few items in the list not re-orderable. Anand

I'm running into a situation where I need to pass a prop to the CustomComponent. I've looked through the documentation and I couldn't find a solution, I'm hoping you guys...

``` npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^17.0.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.9.0" from [email protected] npm...

**Describe the bug** React SortableJS is broken in IE because of a Syntax error **To Reproduce** Steps to reproduce the behavior: 1. Install react-sortablejs ^6.0.3 2. Start the application 3....

**Is your feature request related to a problem? Please describe.** React-Sortablejs mutates the objects you pass in to maintain whether items are selected for example for multi-drag. Or filtered to...

In pull clone mode, clone function's result change origin list but won't effect target list.