Allow me to clarify my thoughts. I am aiming to accomplish the following:
I want to construct a table with 4 columns and multiple td (rows). However, I require each row to adjust its column width automatically based on its content.
Typically, the size of columns is determined by the largest td (row) within them:
https://i.sstatic.net/qUxO3.png
My goal, however, is as follows:
While I still want to arrange elements in a Table (columns) for organizational purposes such as alphabetical sorting, I need the columns to appear like this:
https://i.sstatic.net/8XhU3.png
Any suggestions?