I am using a Gwt DataGrid with multiple Columns. The default behavior of the columns is to wordwrap. I would like for one of the columns to not wordwrap and just cut off. Is this possible?
For example, currently this is displayed:
I am making a
sandwich
I would like it to display:
I am making a
In addition to
overflow:hiddenyou may needwhite-space:nowrapand finally add atext-overflow: ellipsisso there is an indicator to the user that the incomplete text is being shown.