By: tsavo
Date: 2014-05-20
Time: 11:24
|
delete specific column in table
Hello,
In my docx template,I'm trying to hide/show a column depending on the value of a variable.
Example:
PHP side:
$TBS->VarRef['info'] = array('has_mt' => 0);
If info.has_mt =0 then I should delete some specific columns.
What is the way to do that?
|