Answer the question
In order to leave comments, you need to log in
How to solve the problem with rowspan in mPDF?
How to make mPDF paginate cells?
<table>
<tr>
<td rowspan='1000'>Test</td>
<td>Test2</td>
</tr>
<tr>
<td>Test2</td>
</tr>
...
</table>
Answer the question
In order to leave comments, you need to log in
in general, there seems to be no solution ... from the documentation:
"tables will resize so that the tallest row (cell) will fit on a page [this is the only one that cannot be overridden]", which means if you a tall cell, it will shrink to the size of the page and cannot be changed, strange, I will use something else
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question