Truncate text to fit table cell without wrapping using css or jquery
- by Tauren
I want the text in one of the columns of a table to not wrap, but to just truncate so that it fits within the current size of the table cell. I don't want the table cell to change size, as I need the table to be exactly 100% the width of the container.
This is because the table with 100% width is inside of a positioned div with overflow: auto…