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.