
Moderator







2 years, 7 months ago
#35215
::
Hi Vasileios,
You can prevent your table being truncated by a page break by adding the following code to the CSS section:
table, tr, td, th, tbody, thead, tfoot{
page-break-inside: avoid !important;
}
See the FAQ section of this knowledge base article: https://community.simplifier.io/knowledge/create-a-pdf-template-via-plugin/