Forum How do I...?

Repeating table rows that are outside thead

Rutger
Hi,

I have a long table that is 'grouped' into subsections by some rows
tr.sectiontitle


I was wondering if it is somehow possible to repeat those rows on following pages underneath the already repeated thead elements? They should repeat until a new sectiontitle row is found.

I tried to do this with
display: table-header-group;

but that does not seem to do anything.

Any help would be appreciated!
howcome
Could you post an image of what you want to achieve?