-
Couldn't load subscription status.
- Fork 4.8k
Closed
Labels
Description
It would be very helpful if I could specify which page I want to render something to.
A good example for why this might be needed is if I wanted to render a "Page 1 of 5" footer, but I don't know until I am done how many pages I actually end up having.
With a setPage() method, I can simply iterate back through my pages and insert things after I have already moved onto new pages.