Page 1 of 1

page breaks and table rows

Posted: 28 Jun 2019, 18:04
by holmesg
Is there a general way to cause page breaks to not split a single table row? In other words to make the page break happen after one table row and before the next one?

Re: page breaks and table rows

Posted: 30 Jun 2019, 11:24
by Jan
Hi, you can try to add the following code into you content:

Code: Select all

<tcpdf method="AddPage" />
which should force new page in PDF document, but I don't think, it works inside a table.

Jan