Question

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?

Était-ce utile?

La solution

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.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top