Hello,
How can I set specific width to differents row in a table?
Thanks,
🏷️ Limited Offer: 25% OFF 🏷️
First 100 purchases only — Special discount!
Use this coupon on checkout: PHPDXPJ_D1SC1N5T
Get it nowHello,
MS Word doesn't allow setting different widths for rows in the same table. You can set width to cells (columns), including rowspan and colspan values, and you can also hide border for specific cells if needed.
On the addTable API doc page you can find all options about adding a table: https://www.phpdocx.com/api-documentation/word-content/add-table-Word-document-with-PHP
Regards.