I’m using a repeating group with “Fixed number of cells”. I have added next and previous buttons to page through the dataset. However, this is what I see on a list that has 5 records and the repeating group is showing 4 items per page - First page shows 4 records as expected. But, when I tap next, the second page is also showing 4 items starting from item 2 on the previous page and includes the last (5th) item.
What I would have expected to see are 4 items on first page and just 1 item on page two when I tap next.
Any thoughts? Please see the screenshot I’ve included to show the issue.
Thanks @JohnMark. One way I can think of doing this is to track the page number as a user taps next/previous and limit the records using “items from #” where the index would be page # x count per page. Is that what you were thinking?