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 found a problem when I use a table element where the content within a second or subsequent column exceeds the height of the previous column within the same row, it may lead to irregular formatting due to page breaks.
The text was updated successfully, but these errors were encountered:
Hi @amaliaka
Thanks for your bug report.
I just released v2.3.0 (Vue3) and v1.5.0 (Vue2) which should workaround your issue.
Now table rows don't split over multiple pages, they just move to the next page if one of its cells make it overflow.
Unfortunately, it is too complicated to code a behavior similar to Microsoft Word (where a row can split over multiple pages) with this implementation...
I hope it will fit your needs.
I found a problem when I use a table element where the content within a second or subsequent column exceeds the height of the previous column within the same row, it may lead to irregular formatting due to page breaks.

The text was updated successfully, but these errors were encountered: