Forum


Replies: 5   Views: 4671
Columnwidths is not respected
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 IanTechnoReadapt  · 22-06-2014 - 18:32

Hi, I'm trying to have a table with fixed column width, but even though I set 'columnWidths' => array(1000, 3850, 3850), 'tableLayout' => 'fixed' as soon the text get wider than the width, instead of increasing the cell height, the table's column get wider. I'm not sure what to do. Thanks