Grid2: Grid component implementation. It extends functionality of Vaadin Table by adding:
advanced filtering
paging
grid data export to excel and csv
Grid supports the following operators for filtering by default:
Strings, Enums: contains, starts with, like, equal, not equal
Numbers and Dates: equal, not equal, between, greater, less, greater or equal, less or equal
Boolean: equal, not equal
The second version of Grid addon