itmammoth / rails_sortable

Easy drag & drop sorting with persisting the arranged order for rails
MIT License
142 stars 37 forks source link

Sorting when many pages #50

Open per-d opened 4 years ago

per-d commented 4 years ago

I have a app where the lists can have many pages. It would be nice if it will handle that. Now I have overloaded reorder in SortableController. I first find out the smallest number for the sortable column among the records in the ajax request, and then updates the columns starting from that number.