Forum


Replies: 1   Views: 3067
Is there a way to tell if my table carries to the next page?
Topic closed:
Please note this is an old forum thread. Information in this post may be out-to-date and/or erroneous.
Every phpdocx version includes new features and improvements. Previously unsupported features may have been added to newer releases, or past issues may have been corrected.
We encourage you to download the current phpdocx version and check the Documentation available.

Posted by admin  · 18-03-2015 - 08:41

Hello, If you're using the addTable method, you can set tableHeader as true. If this option is true and the table splits across pages, this row repeats at the beginning of each new page. Regards.