Several days ago I've been noticied gwt incubator becomes deprecated
library and there's a migration plan to GWT general trunk. In my case
really I only take advantage using gwt-incubator of ScrollTable.
I've been making some testing on new GWT 2.4 widget, DataGrid,
CellTable, etc... I pay special attention to widget demo at
http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellTable and
seems new table implementation has not implements column resize
( excuses if it does but I've not been able to find some example,
code, or see some method that indicates to me it on API ).
My question is if really don't incorporate column resizing feature ?
That's really very strange for me, because GWT from by point of view
is a mature ajax widget implementation and this kind of feature is
basic for a table implementation widget.
Thanks in advance.