Qt 6.11 is out! See what's new in the release
blog
Allow page-break in a table
-
Hallo,
I am printing a pretty large table. It doesn't fit on one side. WebEngine notice that it won't place on the first page and place it on the next page. By that the first page is nearly empty. So I want to enable the page break inside a table.
I guess that is done by css "page-break-inside" or element tr (table row).
But page-break-inside can have only values like "auto" or "avoid". I want to have a value like "allow", but there is no such value. How to allow the page break inside a table?