Forum

Thread tagged as: Question, Configuration, Discussion

A Long Item List - Can It Be "Un-Paginated"?

I have a long list of items of content. 90 regions, which show in the CMS broken down into 7 pages - paginated. My question - is there a way to stop the pagination on this particular list of regions? Scrolling the list on one page will make things a lot easier for the editors in this case.

Leigh C

Leigh C 0 points

  • 4 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

Do you mean in the control panel?

Leigh C

Leigh C 0 points

No, I mean any given long list of region items. If they are very long, the list gets paginated. So I have a list of 90+ region items, but need to see them on a list all at once, not across 7 pages. So is it possible to toggle the pagination in the CMS core for a page to list all it's regions on one page?

Drew McLellan

Drew McLellan 2638 points
Perch Support

You can turn pagination on or off - it's off by default for content regions.

Leigh C

Leigh C 0 points

Where can you do that?

Drew McLellan

Drew McLellan 2638 points
Perch Support

Set it to false in your options:

'paginate' => false,

https://docs.grabaperch.com/video/v/techniques-pagination/

Leigh C

Leigh C 0 points

Sorry Drew, I should have been more specific. I have a Collection with a bunch of Items listed. So in the CMS, as an Admin, I'd like to see the items all on one page.

For example: https://thewebsite.com/perch/core/apps/content/collections/?id=123

So would I be able to remove the paginate option in the template for that Collection?

Drew McLellan

Drew McLellan 2638 points
Perch Support

Ah, so when I asked if you meant in the control panel and you said no, you meant yes! So no. They need to be paginated for performance.

Leigh C

Leigh C 0 points

I see - I guess I didn't know what you meant by control panel. Thought that was settings, which I checked. Anyway, now I know. Thanks.