Hi,
I have a long table that is 'grouped' into subsections by some rows
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
but that does not seem to do anything.
Any help would be appreciated!
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!