page breaks and table rows

Phoca PDF - creating PDF documents in Joomla! CMS
holmesg
Phoca Newbie
Phoca Newbie
Posts: 1
Joined: 28 Jun 2019, 18:02

page breaks and table rows

Post 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?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47870
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: page breaks and table rows

Post 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
If you find Phoca extensions useful, please support the project
Post Reply