I am trying to create invoice and exporting in pdf using DOMPDF. Where I am stuck is, the table I am using to display product details, is just remaining till rows only, where I want it to add blank rows till new footer div comes up
Current Invoice :
What I want :
I am using Code Igniter and DOMPDF
I have already tried foreach ($rows as $row):{}