Pagination does not work on custom admin views #884

Closed
opened 2022-04-03 20:42:40 +00:00 by vistamedia · 2 comments
vistamedia commented 2022-04-03 20:42:40 +00:00 (Migrated from github.com)

The dynamic get pagination is working properly for site views but doesn't for custom admin views.
In order to fix this :
$this->pagination->getPagesLinks();
has to be replaced by
$this->pagination->getListFooter();
for the custom admin views

The dynamic get pagination is working properly for site views but doesn't for custom admin views. In order to fix this : `$this->pagination->getPagesLinks();` has to be replaced by `$this->pagination->getListFooter();` for the custom admin views

Thanks this is a bug, and we must fix this!

Thanks this is a bug, and we must fix this!

I have added the code to the compiler:
image
image

and will push it up to the staging branch later today...

I have added the code to the compiler: ![image](https://user-images.githubusercontent.com/5607939/167573884-d0738906-61c4-47f6-b233-49d15d2f12ee.png) ![image](https://user-images.githubusercontent.com/5607939/167573972-5ff32485-ddec-4a61-8ff6-ca24b8ba08df.png) and will push it up to the staging branch later today...
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: joomla/Component-Builder#884
No description provided.