I need to make a report with mpdf. The report uses <table> to display rows. I would like to set the height <table> (not the height <td> ) as follows: <table height="600"> or <table style="height:600px"> , but this seems impossible. I am trying to add this to mpdf.php, but it seems like it will take several days!
Does anyone have any ideas to solve this problem?
thanks
source share