Wondering if there are any ways, possibly through JavaScript or CSS, to avoid having page breaks within <tr>
elements specifically in Firefox. Given that FF does not yet fully support page-break-inside
, I assume this might need to be addressed using JavaScript, but unsure of the best approach. Note that our users all utilize a uniform printer with predefined margin sizes.
Appreciate any insights!