I have to draw a report with mpdf.
The report use <table>
to display rows.
I would like to fix the height of the <table>
(not the height of <td>
) like this : <table height="600">
or <table style="height:600px">
but it seems impossible.
I'm trying to add this in mpdf.php but it seems that it will take few days to do it!
Has any one any idea to solve this?
Thank you