Madelene Sköld
09/09/2022, 7:30 AMDavid B
09/09/2022, 8:56 AMDavid B
09/09/2022, 8:57 AM📌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
Madelene Sköld
09/09/2022, 10:16 AM