nova-sortable
nova-sortable copied to clipboard
Issue with pagination
When relations are paginated it acts really weird when sorting. Sorting the second page makes the items appear before the items on the first page. This isn't too big of a problem as I just disable pagination in this case, but it would be cool if it would take into account the page it is on (if that's even possible).
Just installed this package and face the same situation. How can I disabled pagination?
EDIT: I solve using the $perPageViaRelationship = 10 property on the resource
I recommend to rename it to "simple sort", since it can't handle of many records.