When page-break-inside property is set to avoid the page-break should be avoided inside a HTML element, in this case table row. Of course ti can be applied to other elements like pre, blockquote, etc.
tr{
page-break-inside:avoid;
page-break-after:auto
}
No comments:
Post a Comment