Hi,
I'd like to know if there's any way to resize the width of a table cell (or to be more correct the entire column) depending on the width of the content of the cells.
In my example I have a table column with 80px width containing a table inside the cell consisting of two columns with 40px width each. One of those has a PrintWhen Expression and in 50% of the cases is not displayed. The inner table correctly hides the specific column in that case to the width of the inner table shrinks from 80px to 40px. But since the outer column has a fixed width of 80px it doesn't shrink just because it's contents get less wide.
Is there any way (return parameters or such) to tell the outer column "Hey - you can cut your width in half, your content just did so" ?