I recently started using reportlab
with Python
to generate PDFs from a Pandas DataFrame
with page numbers and clickable TOC. My problem right now is that some tables extend to the next page, and hence the headers do not show on the next page. I would like to repeat the column headers and colours with it before the extended rows are repeated. I have tried everything on this but nothing works. Has anyone had a similar issue? Or does anyone have an idea on the way to go about this? I would really appreciate.
Thanks