Hello,
Thank you very much.
Just one minor issue.
If the Presenter on the details page is the last in their set of 4 as:
{1, 2, 3, 4},
then when we click on 4 to go back to the Records page, we end up on the page that in fact displays {5, 6, 7, 8}.
This then means that when we are on Record 16, which means the set
(13, 14, 15, 16}
We end up on a page on the Records page that shows no Presenters at all, presumablyh because it is attempting to display
{17, 18, 19, 20},
which do not exist.
So only on the last one in each set are we having a shift rightwards, The other three in each set work just fine.
Thank you