I am using Vaadin 8 for Tabular data representation with dynamic bean. so i have to define logical filter on column.
For that i need column datatype from grid or column object. Is there any way to get data types of column?
In Vaadin 7 i can get using container.getType(columnName)