Requirement is to hide a column when the value is not there in any of the repeating tags but when a value is there then show column. Also when hiding the column the remaining columns show adjust and keep the table width fixed.
I tried with <? if@column:<COLUMN NAME> ?>
but everytime there is no data in the column the table shortens. Can anyone suggest how to achieve this ?