In table view, allow empty columns to be hidden automatically

In list view, you can set fields so they do not display if the value is empty. This is very useful and would be great if it worked in Table views too.

How do you see this working? If all items in the table view have no value, the column disappears? If any single one has it, it appears?

The big difference between table and other view types is that the column exists outside the entity, not just within the entity. So the functionality can’t be be same as how it works in list views and others. If you can share a screenshot of how you imagine it, that would be great.