With pagination we are now able to select how many CMS items are viewed per page, but is there an easy way to allow the end user to decide how many items they want to view at a time? Similar to something like this:

With pagination we are now able to select how many CMS items are viewed per page, but is there an easy way to allow the end user to decide how many items they want to view at a time? Similar to something like this:

Not at this time from the designer. Pages and collections are rendered statically on publish as well as pagination.
Hello! I was wondering if there was any working solution, now that is has been over 3 years since this post?
Hi Angelabelle, no that’s not an available feature.
However if you want to be creative and do a little bit of custom coding you could hack together your own version of this by using several different versions of the list.
e.g.;
Then allow switching between them so that only one shows, and so that you remember ( cookies or localstorage ) the user’s preference for other pages, and the next visit.
A tab component could be one way to do this, with tabs of 50, 75, and 100.
To be perfectly honest though, there are only a handful of situations where I find this kind of UX useful.
Thank you! I think that’s a good work around. My client really wants this function.