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

Getting these errors when trying to build my project ``` node_modules/react-sortablejs/dist/index.d.ts:27:40 - error TS2304: Cannot find name 'Sortable'. 27 setList: (newState: T[], sortable: Sortable | null, store: Store) => void;...

**Describe the bug** When setting disabled as a prop that might be changed, it has no effects **To Reproduce** Steps to reproduce the behavior: 1. Create a element 2. set...

First of all, I would like to thank the author for providing the react version of sortableJS, but I encountered some problems when using it. When I first used react-sortable,...

type:enhancement
feedback:question

**Describe the bug** Empty lists are not allowed at initialization for a shared group of ReactSortable components **To Reproduce** Steps to reproduce the behavior: 1. Create two arrays with elements...

the latest version remove export Plugin Swap;

**Describe the bug** I get incorrect behavior when i move items to neighbor block, after resort items with method sort() ```js script var order = sortable.toArray(); sortable.sort(order.reverse(), true); // apply...

Hi! For some reason whenever I pass dynamic props that depend on state to ReactSortable component, the component options do not update. Please check the sandbox: https://codesandbox.io/s/sortable-js-bug-4gpsd As you can...

![image](https://user-images.githubusercontent.com/14305674/94405422-19dad180-01a3-11eb-94ae-cc5b03b193f8.png) the item.id will repeat in container list, what should i do?

**Describe the bug** setList is supposed to help set the state. It is fired when drag ends, with the new state. Unfortunately it is also called when the Drag starts...

**Context:** I have a grid of images whose order can be changed by the user. I want to save the modified order and have it accessible so that it persists...