Page 1 of 1

Repeat header rows in table on all pages using css

Posted: Fri Apr 27, 2018 10:03 am
by dpksaini89
How to customize css to repeat table header rows to appear on each page?

Re: Repeat header rows in table on all pages using css

Posted: Fri Apr 27, 2018 1:56 pm
by Costin
Hello,

What version of oXygen and DITA OT are you using?
This should be the default behavior, in case you are using DITA Map PDF - WYSIWYG transformation and you have a table that splits on multiple pages.
However, you should first make sure that you actually have a table header (<thead> element), which should then propagate on each of the pages the table splits.

Regards,
Costin

Re: Repeat header rows in table on all pages using css

Posted: Fri Apr 27, 2018 3:27 pm
by dpksaini89
<oXygen/> XML Editor 20.0, build 2018031511
Dita OT 2.5.4

done thanks :)