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