Repeat table header rows across pages with WYSIWYG?
Posted: Thu Sep 29, 2016 1:06 am
Hi,
I'm trying to use the WYSIWYG to PDF transformation and I've run into two problems:
1. Table header rows are not repeated if a table breaks across pages. The suggestions I've found online, like adding:
to the CSS, aren't working. Do you know of a way to get it to work?
2. The header row entries aren't lining up with the other table entries - the widths of the cells are different from the rest of the table. I've tried this with both AntennaHouse and Prince and the problems are the same.
Thanks for your help,
Justine
I'm trying to use the WYSIWYG to PDF transformation and I've run into two problems:
1. Table header rows are not repeated if a table breaks across pages. The suggestions I've found online, like adding:
Code: Select all
@media print {
thead {
display: table-header-group;
}
}
2. The header row entries aren't lining up with the other table entries - the widths of the cells are different from the rest of the table. I've tried this with both AntennaHouse and Prince and the problems are the same.
Thanks for your help,
Justine