-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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.