Why is Vaadin GridLayout not using GWT FlexTable?

Hi,

I wonder why the Vaadin layout GridLayout is not using the GWT layout FlexTable as its client implementation?

With regards,
Udo

Hi,

It used to, but it has nowadays such a pile of features that it was impossible to use FlexTable as a base class.

There is a custom gridlayout implementation that uses flextable in FastLayouts addon (see it from the directory).

cheers,
matti