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
{{ message }}
This repository was archived by the owner on Aug 19, 2024. It is now read-only.
I'm not a database expert, however from what I gather, paging results from a query with ORDER BY clause on a column that's not unique and contains lots of repeating values results in artifacts like rows repeating across pages
The solution I have found is including primary in order by, however doing this in datatables involves copypasting whole _json() method
I'd like to know if my reasoning is sound, and at least suggest that perhaps