I'm currently having some issues with a table I'm trying to print, if it has more than one page, on the page break, the table row in there is being cropped. I've already tried using table { page-break-inside:auto }
and tr { page-break-inside:avoid; page-break-after:auto }
, but neither worked.
It may be something in conflict with my css?
Here's the Jsfiddle with it: Jsfiddle link