Grid: 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
Grid is a fundamental component for schedule optimization software for high schools and universities: www.ekronas.com
Forum is temporally unavailable, please contact us by email to contact@lexaden.com
If you have problems to build project please add the following in maven pom.xml
<repository>
<id>lexaden1</id>
<name>Lexaden Repository</name>
<url>http://www.lexaden.com/maven2/repo</url>
</repository>