Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Vardhan_KSPL's avatar

laravel-dompdf - Table, tr, td height

I am using the package - https://github.com/barryvdh/laravel-dompdf

I want know how to set height of tr or td while making pdf

0 likes
2 replies
shing_shing's avatar

I don't think you can. Never been thought about setting a desired height on a table, but all I know, is the height of the table only depends on the data you populated. You can just adjust later by setting the padding every row.

Please or to participate in this conversation.