Categories > OpenTBS with DOCX >

delete specific column in table

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
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?



By: Skrol29
Date: 2014-05-28
Time: 00:33

Re: delete specific column in table