Problem Description
When rendering a table that spans multiple pages, the first row after the table header on page 2 and beyond appears visually compressed (reduced height), even when using consistent lineHeight, margin, and fontSize.
Expected Behavior
All table rows should be rendered with consistent vertical spacing, regardless of page breaks.
Actual Behavior
On every new page (after the first), the first content row after the headerRows appears with a reduced height, even though the same formatting is applied to all rows. This causes visual misalignment and affects the layout predictability.

Problem Description
When rendering a table that spans multiple pages, the first row after the table header on page 2 and beyond appears visually compressed (reduced height), even when using consistent
lineHeight,margin, andfontSize.Expected Behavior
All table rows should be rendered with consistent vertical spacing, regardless of page breaks.
Actual Behavior
On every new page (after the first), the first content row after the
headerRowsappears with a reduced height, even though the same formatting is applied to all rows. This causes visual misalignment and affects the layout predictability.