I have a rather large table that is to be printed and I want to ensure that page breaks do not occure within a row.
I used the following CSS but this does not seem to work:
tr {page-break-inside: avoid }
This is recommended everywhere but does not seem to work. Any ideas?