I printing advance pdf that display a table with i...
# advancedpdf
d
I printing advance pdf that display a table with items and for each item all his inventory details, if i have a lot of serials the table jumps one page and get overflow the footer and then broke and not displaying all the rows... any idea how to fix that? Slack Conversation
👍 1
c
If you add page-break-inside:*avoid* as a "css" property, then it should not try to put the value on the page break if it won't fit. https://bfo.com/products/report/docs/tags/atts/page-break-inside.html
d
@David Na ☝️
d
I tried to put this attr on the table element but its just look worst, still page break. there is another problem that the whole table jumps one page so the first page is with header and blank space then next page is the table that breaks
a
I've solved this in the past by breaking up long TDs into multiple TRs in the parent table, it's been the only way for me to stop the overflow.
d
do you have an example for that?
a
not handy but i think there's samples in suiteanswers