I have a table where some columns are empty. Instead of going to the "visibility" property for a column and setting it to something like ..
!IsBlank(Sum(TableName,'ColumnName'))
.. for each and every column and Table I have in my app, I would prefer to have at least a switch "hide column if empty" or something. Or a "hide empty columns" in my table.