When printing page table rows/cells gets split on page break

后端 未结 2 1428

I have an table with nested tables in. When I am printing this page, the cells gets split on page break.

Is there any chance that I can control that it should jump onto

2条回答
  •  Happy的楠姐
    2021-01-22 08:45

    You can have a look at the page-break-before css property. For example you can set it to auto on each of your cells.

    Bur I can't guarantee this will work, each navigator prints a little differently. Firefox is known to have problems printing big tables (more than a page) for example.

提交回复
热议问题