I had replied with something similar on this thread,
Would that work for you ?
The functionality is pretty much what you require but visually it will be different, alternatively you can keep a counter in the state that increments when you click next and you can use that as page_number but I think above implementation is more straight forward.
Hope it helps !
Were you able to get a solution for this issue? I also want to do something like this. I have a product image and I want to see a catalogue of images and the Next/Previous button seems to be the best way to go about it.
If you have a soultion, I would be grateful if you could share it here.
It is possible to do the use case you mentioned above. I have demonstrated the same in this git repo. Basically using session state hack as mentioned by @andfanilo in the attached post works seamlessly to enable this usecase as shown below.
I have used the mpg cars dataset for just demo purposes, which could be found on kaggle here