Defect #20630
Repeat table header in wiki exports
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | PDF export | |||
Target version: | - | |||
Resolution: | Affected version: |
Description
In wiki export to pdf, there is no way to indicate that the header has to be repeated on every page.
If found this, but it doesn't work with Redmine:
http://txstyle.org/doc/15/tables
2) HTML5 requires the use of a <thead> tag. A <tfoot> tag is optional.
The <thead> tag is added when |^. above and |-. below the heading are used.
First Header | Second Header | |
---|---|---|
Content Cell | Content Cell | |
Content Cell | Content Cell |
The <tfoot> tag is added when |~. above and |-. below the footer are used.
A footer, centered & across two columns | ||
Content Cell | Content Cell | |
Content Cell | Content Cell |