A generic implementation of Filtered Table with the following features
-
Annotation driven column generation ,
with order type of column and name of column -
Filtering for string and boolean values
-
column collapse , re order
-
class as input to the table with annotations will generate the table.
@ColumnProps(name=“Threshold”,type=“String”,order=4)