Apply filtering on multiple columns

Hi All,

Is it possible to apply filtering simultaneously on multiple columns in a table?

Example usecase:

  1. I have a table with 3 columns
  2. Filter and display all the rows which has it’s column 1 as ‘error’
  3. For the result set obtained in step 2, apply another filter to display all the rows having it’s column 2 as ‘critical’

I am able to apply filtering on any one column (using FilterableSelectableListTableContentProvider provider) but not sure how to apply filtering on multiple columns. Could anybody please advise how to apply this filtering?

Regards,
Raj

Hi:

If you are using “filter input” controls, you can’t link more than one column for each control.

Regards.