dompdf Page break if element is exceeding page height?

后端 未结 5 1681
清酒与你
清酒与你 2021-01-30 16:46

What is the best way to do page breaks in dompdf?

I have had a look here at the page-break-before css attribute, but it didn\'t work when I did:

table {p         


        
5条回答
  •  不要未来只要你来
    2021-01-30 17:04

    In my case it was happened since I have used a table inside another table. Like,

    So I did was getting the table out. Solved my issue.

提交回复
热议问题