Skip to content
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

Table Border is off and value is not displayed when the first column is having large rowSpan. #1060

Open
urenpatelce opened this issue Jun 21, 2024 · 4 comments

Comments

@urenpatelce
Copy link

We are having tables which have many large rowSpans for many columns and when we have the data like below mentioned 2 images then the table border and value is not coming up properly in the output PDF.

image

image

Below mentioned are 2 output PDFs:
As you can see that for portrait page layout, the report looks good because we have the space to fit the rowSpan column. But for landscape, as soon as the rowSpan is larger then the page size then the issue is reproducible.

Portrait.pdf

Issue with first column and value "autoARAdmin":

Landscape.pdf

Please consider this defect and at least correct borders and value should be repeated in the next page so that user don't have to scroll up to check the first column value. Also current output looks broken and weird.

Thanks for your time and for creating this library and really works great.

  • Uren.
@simonbengtsson
Copy link
Owner

Sounds like a bug! Could you create a minimal example with test data that highlights the issue?

@urenpatelce
Copy link
Author

@simonbengtsson sure i will try to create one.. with sample data. If you have any codepen link which generates the report from html then please pass it here. I will update the same.
Its just that first column is having large rowSpan which isn't possible to fit in single page then this issue is reproducible.

@urenpatelce
Copy link
Author

urenpatelce commented Jun 25, 2024

Attaching the sample HTML which you can use to replicate the issue.

sample.zip

@simonbengtsson
Copy link
Owner

Hmm, not sure I understand what the issue is in the submitted sample. Could you clarify?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants