Is it possible to create a table where all columns have equal width, without setting a specific overall table width or specifying individual column widths?
In simpler terms, can we make each column automatically adjust to the width of the widest column, without knowing that width in advance?
(And by this, I mean achieving this layout without having to wait for the table to render, calculate the width of each column, and then use JavaScript to set all columns to the largest width).