Set column width to zero in GWT GRID or FLEX TABLE
07:32 03 Jul 2012

I am trying to set the column width to zero in a GWT-GRID in order to make it hidden. I tried

grid.GetColumnFormatter().setWidth(0, "0px");

But nothing happened. Is there any other way?

gwt grid width java-flextable