-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Description
Hello,
(First, GREAT WORK ! Thanks)
I can't get the pagination to work...
When I put "users_per_page" => 1,
and then insert 2 users into my app db, when I want to click on the arrow (It detects tha pagination is needed!) to go to next page, it links me to http://myapp.com/?page=2 and even if I manually put "http://myapp.com/admin/users/list?page=2", there is no error but it's the "first page" with the first user that is shown. I can't see the second one.
Any help ?
Thanks