Is it possible to set the column width of CellTable in GWT?
CellTable
You could use a stylename for the specific column, using the addColumnStyleName(int index, java.lang.String styleName) method.
addColumnStyleName(int index, java.lang.String styleName)
Javadoc for CellTable