Skip to content

Table Page Break #28

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

Closed
amaliaka opened this issue May 23, 2023 · 1 comment
Closed

Table Page Break #28

amaliaka opened this issue May 23, 2023 · 1 comment

Comments

@amaliaka
Copy link

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.
image

@motla
Copy link
Owner

motla commented May 27, 2023

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.

@motla motla closed this as completed May 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants