Hi,
iam using Vaadin on Liferay, and i notice some issues with Grid, like when i set a column hidable, out of the portal it works great but inside de Liferay Portal, it dosent, the content of the overlay box(top right of Grid) to choose visible columns disapear. Example in attachment seting this properties:
Grid.Column productColumn = getColumn(“produto”);
// productColumn.setHidable(true);
// productColumn.setHidden(false);
By the way, iam using Vaadin Version(7.6.5) and Liferay Version(liferay-portal-6.2-ce-ga4).
Is there any compatibility matrix of version suported by Lifeary version?
Thanks in advance!