FilterTable - Vaadin Add-on Directory
Filter TableA generic implementation of Filtered Table with the following features
1) Annotation driven column generation ,
with order type of column and name of column
2) Filtering for string and boolean values
3) column collapse , re order
4) class as input to the table with annotations will generate the table.
@ColumnProps(name="Threshold",type="String",order=4)
Source Code