My Template:
$BLOCK_A$
TABLE COL1 COL2
$VAR_R_MAN$ $VAR_R_COST$
$BLOCK_A$
Code Snippet:
$docx->deleteTemplateBlock('BLOCK_A');
...
$docx->clearBlocks();
Output:
Doesn't delete the table within the block. I see below in my generated doc.
TABLE COL1 COL2
$VAR_R_MAN$ $VAR_R_COST$
Any suggestions please?