You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
inSortableController
. 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.The text was updated successfully, but these errors were encountered: