I have a table layout with five columns and many rows with dynamic content.
We notice that each column takes the width of the maximum of all cells of that column.
I do not want horizontal scrolling but I want to detect when the total width has been exceeded so I can remove one of the columns.
Is this possible?