Flex Repeater Pagination

Hello everyone, is there any way to make a template repeater view paginate instead of scroll bar?

Can you describe what it is exactly you have in mind ?

My first thought would be to use a carousel instead of a repeater, but I'm not sure I understand what you mean.

You could use a table for this, as it supports pagination. Your rows would be a single column of views

1 Like

I’d use the Swiper component from our Periscope module.

It can do vertical and horizontal scrolling, supports several different pagination modes (dots, arrows, scrollbar, fractions, etc.), supports both a fixed and automatic number of slides per view, and a whole lot more.

The demos on this page do a good job of showing the options:

2 Likes

Did this recently on project and it worked really well.