We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9dac08 commit a708d2bCopy full SHA for a708d2b
fpdf/table.py
@@ -217,6 +217,7 @@ def render(self):
217
)
218
if page_break and i >= self._num_heading_rows:
219
# repeat headings on top:
220
+ self._fpdf.y += self._outer_border_margin[1]
221
for row_idx in range(self._num_heading_rows):
222
self._render_table_row(
223
row_idx,
0 commit comments