Hi,
im trying to add a HTML table with repeating headers on multipe pages, but it does not work.
i've try with addTable, embedHTML,addHTML
Gautier
Hi,
im trying to add a HTML table with repeating headers on multipe pages, but it does not work.
i've try with addTable, embedHTML,addHTML
Gautier
Hello,
Using the addTable method you can do that.
This is the phpdoc:
* @param array $rowProperties (array) a cero based array. Each entry is an array with keys and values:
* 'cantSplit' (boolean)
* 'minHeight' (int) in twentieths of a point
* 'height' (int) in twentieths of a point
* 'tblHeader' (boolean) if true this row repeats at the beguinning of each new page
You need to use tblHeader method.
Regards.
Hello,
I am using templates in a docx File for generating tables.
Is there also any option for the templates to repeat the table header on every page like the tblHeader parameter of the addTable method ?
Regards.