Crop cell content until cell clicked into

Tags: #<Tag:0x00007f0b0bbcb868>

I have some fixed column widths set, the data in one of those columns could be quite long, I want the row height to remain the standard size, how can I crop the large content of the cell in this example until the cell is clicked into?

http://jsfiddle.net/qu2suxst/1/

Hi @davidboom

You can load the content inside a DIV with fixed height and width values and the overflow: hidden property. So when a user double-clicks it he gets the whole text in the editor.

1 Like