Solved
Hide a table in word Docx dynamically if creating word doc using Advanced Document Templating Smart Service
Can we hide a table along with its header dynamically in a word document if no rows are available for that table??

Can we hide a table along with its header dynamically in a word document if no rows are available for that table??

I found the easy way to do this was to simply calculate an additional attribute in the XML i.e. tableHasMoreThan1Row which is true or false which allowed me to conditionally show the table or not.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.