Hi
I do not want a page break inside a row of a table. I want the entire row to be either in the previous page or the next page.
To do that I have added the following in the css
TR {
page-break-inside: avoid;
}
Inspite of adding this page still breaks in a tr. Is this the right way of doing it?
Thanks,
Smita
I do not want a page break inside a row of a table. I want the entire row to be either in the previous page or the next page.
To do that I have added the following in the css
TR {
page-break-inside: avoid;
}
Inspite of adding this page still breaks in a tr. Is this the right way of doing it?
Thanks,
Smita