:pushpin:pin for question about template printing ...
# advancedpdf
d
📌pin for question about template printing "footer table" only if there's space (otherwise print on new page)
I have a table that goes right at the end, after the items table, how do I tell the template that if there is space print the table in the same page that the items list are if not, print it in a new page?
Answer:
try 
<table page-break-inside="avoid">
https://bfo.com/products/report/docs/tags/atts/page-break-inside.html