This is an archived forum post. The information may be outdated. Contact us if you have any questions.

Repeat <thead> on different pages

ste81 wrote on 2012-12-13:
Hi all,
is possible repeat the <thead> in a table when the PDF divides the table on different pages?
This is my code:
<thead style="display:table-header-group;">
        <tr>
            <th colspan="9">Main Title</th>
        </tr>
        <tr>
           <th colspan="3">Title 1</th>
           <th colspan="6">Title 1</th>
        </tr>
        <tr> 
           <th align="center">Title 2</th>
           <th align="center">Title 2</th>
           <th align="center">Title 2</th>
	   <th align="center">Title 2</th>
	   <th align="center">Title 2</th>
           <th align="center">Title 2</th>
           <th align="center">Title 2</th>
           <th align="center">Title 2</th>
           <th align="center">Title 2</th>
         </tr>
    </thead>
    <tbody>
           <tr><td>..........</td></tr> 
    </tbody>

Thanks for Help :-)
support wrote on 2012-12-14:
This is not supported at the moment, sorry.
ste81 wrote on 2012-12-17:
Ok, thanks for help :-)