Hi Tatu, Is the sample code for implementing the fix correct? Is this wha

Hi Tatu,

Is the sample code for implementing the fix correct?

Is this what you meant?

Grid<Bean> baseGrid = new Grid<>("caption");
GridEditorColumnFix grid = new GridEditorColumnFix(baseGrid);

Yes, there is no additional API in extension. It just adds bunch of new client side logic to update column widths of the Editor in the documented cases. Note, as it is client side logic, you need to recompile the widgetset in order to fix to take place.