I followed this tutorial:
So I have a table with x number of rows and it has a thead
and tbody
section.
When I print preview it repeats the headings correctly. But for some reason it introduces a spurious row at the top of the next page:
Bottom of page 1:
Top of page 2:
When I look closely it has actually split that last row. Some of it is on one page and the tick is on the other. How do I prevent this?
My web content is being displayed in a CHtmlView
control so needs to be IE7 compatible.
This improves it:
avoid page break inside row of table
But I still get am empty row at the bottom on page 2 now. But overall it is an improvement.