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'm fighting with the rendering of content-rich tables. One cell has text which should overflow to the next page. Unsure if this has been already reported but it looks like a bug to me.
While I could live with the behavior of 3.1.1 I would be curious if it's possible to avoid the text-overflow or if I'm missing something with version 3.2.2? The pens will show the used configuration. II will put the interesting part here:
I have seen multiple issues in this area lately so I'm working on rewriting the entire calculation for when to break pages etc. Especially regarding rowspans. Thanks for reporting and I'll take this example into consideration for the next release to make sure it is working 👍
Hi,
I'm fighting with the rendering of content-rich tables. One cell has text which should overflow to the next page. Unsure if this has been already reported but it looks like a bug to me.
jsPDF-AutoTable3.1.1
https://codepen.io/t-book/pen/OKBQbG
Will correctly cut the row and put in on the next page. Unfortunately
the bottom border calculation is wrong and text runs out of the table.
jsPDF-AutoTable-3.2.2
https://codepen.io/t-book/pen/voVdrb
Does not break the row anymore. The Text is just cutoff.
While I could live with the behavior of 3.1.1 I would be curious if it's possible to avoid the text-overflow or if I'm missing something with version 3.2.2? The pens will show the used configuration. II will put the interesting part here:
EDIT FOR COMPLETNESS:
Fiddle for 3.2.3 which is working nicely: https://codepen.io/t-book/pen/NWKxeMr
Thanks a lot for your help and this great plugin,
Toni
The text was updated successfully, but these errors were encountered: