Flex repeater pagination instead of scroll

Is there any way to make a template repeater view paginate instead of scroll bar?

instead of
image

I want something like
image

or is the only way to do it would be to script to manually break up the instances of template repeater into blocks and manually create the seperate pages?

Use a Table component with each of the view parameters as hidden columns except for one visible column with a view rendering? Then use the Table component's pager?

2 Likes