Column Width in GWT CellTable Text Column

266 Views Asked by At

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

How to achieve this,

1

There are 1 best solutions below

0
On BEST ANSWER

You can set the column width with the setColumnWidth method.