react-easy-sort icon indicating copy to clipboard operation
react-easy-sort copied to clipboard

A React component to sort items in lists or grids

Results 12 react-easy-sort issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Firstly, this library is great! We are just one feature off from using this in our app: Autoscroll. **Describe the...

enhancement
help wanted

I’m using this library for a photo drag-n-drop grid in a production environment. Some users have >500 photos. I switched to this library because it is much more performant than...

I have widgets which are react components wrapped in SortableItem, and one of the widget is a map and when I am dragging this widget the map is not showing,...

Is there a way to implement nested sorting. I want to sort lists, with sub listst. It looks to me that there is a problem with event propagation

enhancement
PR-Welcome

This is an attempt to add autoscroll support as requested in #4. This feature is clearly not trivial and making it right is hard. For the moment, I've investigating how...

I'm using the **UMD** build of react (just using `` tags and **babel**) to do a prototype and, when using `react-easy-sort` from the **UMD** build (`unpkg.com/[email protected]/umd/react-easy-sort.js`), it errors. How am...

bug
help wanted

**Is your feature request related to a problem? Please describe.** Currently, we are using react-easy-sort for a list of elements with different height. Dragging them around moves items around, but...

enhancement

https://user-images.githubusercontent.com/2182637/53614150-efbed780-3c2c-11e9-9204-a5d2e746faca.gif Can I move items between 2 lists?

enhancement
PR-Welcome

Hello, I've been using this library for my project and encountered a problem: source element detects incorrectly. So I've decided to add stacked items support. Stack of items must be...