I am generating a print report using table in twitter-bootstrap layout. The page has multiple tbody inside a table; While Printing the
table
tbody
This is possible by doing this:
tbody { display: block; width: 100%; page-break-after: always; page-break-inside: avoid; page-break-before: avoid; }