-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
print headers on page break #1152
Conversation
Note that the table headers already split over page breaks:
Could you please provide a minimal code snippet reproducing the problem that you are facing? 🙂 |
Alright. |
@@ -501,6 +501,7 @@ def _render_table_cell( | |||
wrapmode=self._wrapmode, | |||
padding=padding, | |||
link=cell.link, | |||
page_break_buffer=10, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There should be no "magical numbers" like that in the code.
How did you arrive at exactly this size?
Are you aware that size specifications are relative to the document units? If someone uses inches as document units, this turns into half a page!
Hi! Just a quick update about this: @shoaib-moeen are you still willing to work on this feature? Also, if you need feedback or help on this PR, please tell us! 🙂 |
Closing this PR for now. |
No description provided.