I want to change the number of repeater pages dynamically.

YUTA TAKADA asked on March 31, 2020 09:13

I want to change the number of repeater pages dynamically.

I'm currently using "Repeater" and "UniversalPager" and have set the number of content to be displayed on one page with Repeater in "UniversalPager".
I would like to dynamically change the number of content that can be displayed on this one page.
Specifically, I want to display 11 pieces of content on the first page only, and 10 pieces of content after the second page.
At that time, I'd like the first page to show content from 1 to 11 and the second page to show content from 12 to 21.
※We don't want the 11th content to be duplicated on page 1 and page 2.

Is there any better way to do this?

   Please, sign in to be able to submit a new answer.