posted 12 years ago
Assume I have three column, I want the width of two column is fixed, but the remaining column width is relative (using 100%, for e.g.), and then I want if the content of that column is too long, the content will display in two line in that column, but not truncated, is this possible?
how about if four column, two column width is fixed and two column width is relative (each is 50%), if the content is longer than the relative width, the content will wrap to next line, is this possible?
in Gwt CellTable, it need set table layout to fixed, but this will cause the longer content to truncate, but not wrap to next line.
I use TextCell, Column<TextCell> for the column of CellTable.
the version of GWT is 2.4