You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to generate a table from a list of products then add the sum price to the end of the table. I need a signature section at the end of each page
when there are too many products and the table is split between more pages, colspan is applied to the last row of each page instead of only the last one where it is correct. I checked the generated html, it is fine but when I save it to pdf, the bug appears
when there are too many products and the table is split between more pages, colspan is applied to the last row of each page instead of only the last one where it is correct.
The previous logic used to find if a row is in the footer was broken. Code is
now cleaner, shorter, with an example in comments and a non-regression test.
Fix#1250.
I want to generate a table from a list of products then add the sum price to the end of the table. I need a signature section at the end of each page
when there are too many products and the table is split between more pages, colspan is applied to the last row of each page instead of only the last one where it is correct. I checked the generated html, it is fine but when I save it to pdf, the bug appears
The text was updated successfully, but these errors were encountered: