-
Notifications
You must be signed in to change notification settings - Fork 601
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
Celll rowspan exceeding total table rows not rendering #1025
Comments
@ReinhardJvREx Can you please provide a full test-case to reproduce this bug, preferably in Java? |
Java Test Case
Pdf generated using: 1.3.28 Pdf generated using: 1.3.36 |
I think the problem is not the row height calculation, but the fact that it is not called when using locked width. |
@andreasrosdal luckily, there is an easy fix |
@fellmann Thank you, I am glad you managed to fix this so easily. |
Describe the bug
Cells are not rendered if rowspan exceeds available rows in table?
I am trying to add cells to a table that are evenly spaced vertically using rowspan, but I can not seem to get the following to work.
The following works in 1.3.28 but since I have upgraded to version 1.3.36 it no longer renders the cells in the table.
To Reproduce (Kotlin)
Current behavior (1.3.36)
Expected behavior (1.3.28)
The text was updated successfully, but these errors were encountered: