I have a table with many columns. The table is wider than the page, and therefore it scrolls. The default behavior of the tables, apparently, is to make the width of each column as small as possible and allow text to flow to a new line.
Instead, I would like my table cells to expand horizontally with their contents and never spill over onto the second row. Is CSS possible? If not, does anyone have pointers on how I can start doing this using Javascript (jQuery if poss)?
source share