Can we hide a table along with its header dynamically in a word document if no rows are available for that table??
Discussion posts and replies are publicly visible
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.