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 records that are sorted by an attribute called priority. And the priority is the same for two particular records, item A and item B, in my list.
When those two records, item A and item B, are between two pages. I have found that it is possible to see item A on one page and item A again on the subsequent page (item B is missing from pagination).
I kind of see how this can be a problem, but didn't expect a gem of this popularity to have this issue. Is there a solution around this problem?
The text was updated successfully, but these errors were encountered:
I don't see how to order by id then another attribute will work because of ActiveRecord .order will stack and we cannot get the final order we want/should?
I have records that are sorted by an attribute called priority. And the priority is the same for two particular records, item A and item B, in my list.
When those two records, item A and item B, are between two pages. I have found that it is possible to see item A on one page and item A again on the subsequent page (item B is missing from pagination).
I kind of see how this can be a problem, but didn't expect a gem of this popularity to have this issue. Is there a solution around this problem?
The text was updated successfully, but these errors were encountered: