About the FilterTable category

A 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)