I want my <table> to behave normally (height and width changes according to content) but I want a single column that behaves like a "overflow: hidden" column in a "table-layout:fixed;" table, that means it should have a fixed width and any overflowing content shold be cut off.
Obviously, because I cannot use table-layout-fixed because that would affect all columns and not just the one I need to have a fixed width.