Search code examples
gwtgwt-celltable

Column Width in GWT CellTable Text Column


I am trying to set Constant Column width to all column in Gwt Celltable,

How to achieve this,


Solution

  • You can set the column width with the setColumnWidth method.