1

Hi there,

Is it possible to create a tableheader that repeat itself on each page whenever there is overflow?

Something like <page_header></page_header> but then:

<head>
<table cellspacing="0" style="width: 100%; border: solid 1px black; background: #E7E7E7; text-align: center; font-size: 10pt;">
<tr>
<th style="width: 12%">Produit</th>
<th style="width: 52%">D�signation</th>
<th style="width: 13%">Prix Unitaire</th>
<th style="width: 10%">Quantit�</th>
<th style="width: 13%">Prix Net</th>
</tr>
</table>
</head>

Does anyone understand what i mean and what i like to achieve? Thanks

2

Hi !

The headers of a table does not repeat itself automatically when the table does not fit on a page

But if you just have a table on you pdf document, try to use <page_header> (see the example n°3)
Ancien pseudo : lolo

3

Spipu (./2) :
Hi !

The headers of a table does not repeat itself automatically when the table does not fit on a page

But if you just have a table on you pdf document, try to use <page_header> (see the example n°3)


thanks for your post.

but it's not really a page_header and perhaps i'll get problems with the page margin.

A great addition to this project would be when it's possible to repeat a tableheader or another content on each page.