Replies: 1 comment 1 reply
-
Pagination should be available on the module index view. // Optional, specify number of items per page in the listing view (-1 to disable pagination)
// If you are implementing Sortable, this parameter is ignored given reordering is not implemented
// along with pagination.
protected $perPage = 20; Do you maybe implement |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using the pages module and my CMS contains a lot of pages, a few thousand. There is no pagination so it is very slow. I only need to edit a few of them sometimes so I would like to only load those pages.
Is there an easy way to do this? Maybe overwrite a function in a controller to only load pages with certain id's?
Beta Was this translation helpful? Give feedback.
All reactions