I have used kaminari
for pagination. I have used ajax
pagination
The pagination looses the page number and show all records from first page .
let say we have 5 pages and we moved to 3rd page and clicked one post and on back. Then how can we supposed to view that 3rd page directly instead of 1st page?
This code used for ajax pagination
<%= paginate @advertisements, remote: true %>
Any help is appreciated.
Thanks