How do I change a GWT flextable's column width?
13:52 06 Sep 2013

I can't change width of first column with checkboxes in my FlexTable.

first column is very wide

I tried to use

filterGrid.getColumnFormatter().setWidth(0, "15px");

but it didn't have any effect.

Appendix 1.

gwt width java-flextable