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 also tried this with Kaminari and it has the same problem. My current solution is caching the total result in the frontend and performing the pagination on that data in the frontend mobile app.
There is only 1 locations named "Dreamland" with multiple posts. The query returns a unique set of locations with their associated data, but will_paginate does not work after ordering the query.
I also tried this with
Kaminari
and it has the same problem. My current solution is caching the total result in the frontend and performing the pagination on that data in the frontend mobile app.This is the solution written in
React
I have the following
Location
modelpagination does not work
There is only 1 locations named "Dreamland" with multiple posts. The query returns a unique set of locations with their associated data, but
will_paginate
does not work after ordering the query.associated issues
#573
#553
thanks a lot
The text was updated successfully, but these errors were encountered: