How can I use ellipses in a fluid width table without making each column the same size?
问题 Let's say my columns in a table are id , name , description , and phone . The description column is 1-255 characters, but the id is only max 3 characters. I'd like the columns to be appropriately sized rather than each column being the same size. And I'd like the description column to overflow to an ellipsis when the window is too small to fit the contents in its entirety. table-layout:fixed; is the standard way to make text-overflow: ellipsis; work, but it resizes all the columns to the same