I’m just a beginner in using DOMPDF w/ php… I’m having problems with page break in tables.,
table did not continue to second page..
I’m running Win7, PHP Version 5.3.8, DOMPDF_0-6-0_beta3
I’ve already added page-break-after:always; in table styles.
solved it by removing form method and making sure table is not within another table..