I've got a fixed width table that has 3 columns. I want the first column to resize based on the text, the second column is fixed width, and the third column should take the remainder of the space and truncate any part that doesn't fit in the cell (text-overflow: ellipsis). The table is just the single row.I've got a fixed width table that has 3 columns