Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. Allow page-break in a table
Qt 6.11 is out! See what's new in the release blog

Allow page-break in a table

Scheduled Pinned Locked Moved Unsolved QtWebEngine
1 Posts 1 Posters 338 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Volker75
    wrote on last edited by Volker75
    #1

    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?

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved