dmk99 / react-pdf-table

Storybook Available
https://dmk99.github.io/react-pdf-table
MIT License
152 stars 62 forks source link

Collapse Table Borders have issue #6

Open MeginMelkias opened 4 years ago

MeginMelkias commented 4 years ago

I have lots of rows to display in PDF. Table design is working except the collapse Table border in some rows .it show some spaces between joining the rows.

image

dmk99 commented 4 years ago

I've noticed this issue before. Do you have anything else on the same page as the table e.g. a TextView (for a title) or something similar?

If you do, try removing that and see if it fixes up the odd row borders. I have a feeling it could be related to rounding when doing the calculations for the widths and heights.