Set the table column width constant regardless of the amount of text in its cells?
In my table I set the width of the first cell in a column to be `100px`. However, when the text in one of the cell in this column is too long, the width of the column becomes more than `100px`. How could I disable this expansion?