php - Repeat table rows till new div arrives DOMPDF -


i trying create invoice , exporting in pdf using dompdf. stucked is, table using display product details, remaining till rows only, want add blank rows till new footer div comes up

current invoice : enter image description here

what want : enter image description here

i using code igniter , dompdf

i have tried foreach ($rows $row):{}

this isn't can dompdf. have determine how many rows fit on page add more rows using php before give document dompdf. way feasible if height of rows known in advance.


Comments

Popular posts from this blog

html - How to custom Bootstrap grid height? -

javascript - pass values from mssql to views in node -

javascript - Understanding ExtJS Framework Syntax -