is there a way to use a table in onFirstPage in SimpleDocTemplate. It is a flowable object and is supposed to be the first argument. But i want to display data that should be displayed on all pages.
doc.build(flowables, onFirstPage=myFirstPage, onLaterPages=myFirstPage)