Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Grid Vaadin Liferay
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!