Use condition tags on table columns AND have the first row be tagged as <thead>
I've created a table where the first row is to be a repeating header row using the <thead> tag. I have also applied condition tags to the first two columns of the same table, to use for internal audience only.
Unfortunately, the two things do not play well together. Although the header row is repeated, it does not remove/hide/exclude the first two cells of the row (the ones that should be excluded by the condition tags. The remaining rows of the table are properly reduced to just the one column.
Any ideas of how I can stop this override?
