John Doe
John Doe

Reputation: 13

MPDF - large table

I am generating table with mPDF, that is larger than 1 page (about 4-8 pages) and a have problem, that some rows are separated on their own pages. How to join them to one big table?

Upvotes: 1

Views: 3973

Answers (1)

Iliya Kolev
Iliya Kolev

Reputation: 406

I had the same problem with colspan.

I had only 2 columns but the header was with colspan = 3.

When I put it to colspan = 2, problem resolved.

Upvotes: 4

Related Questions