Multiple filters on a single column
Multiple filters on a single column
Is there a way to have multiple search filters on a single column?
Like, let's say I have a Status Column with values ranging between 'Active', 'Inactive', 'In Progress', 'On Hold', etc.
Then lets say I have checkboxes for each of those options. How would I make it so that if I checked both the 'Active' and 'Inactive' checkboxes, it would filter the table for all rows that have EITHER Active or Inactive in the Status column? I can't seem to find anything in the discussions that talks about doing this all on a single column.
Like, let's say I have a Status Column with values ranging between 'Active', 'Inactive', 'In Progress', 'On Hold', etc.
Then lets say I have checkboxes for each of those options. How would I make it so that if I checked both the 'Active' and 'Inactive' checkboxes, it would filter the table for all rows that have EITHER Active or Inactive in the Status column? I can't seem to find anything in the discussions that talks about doing this all on a single column.
This discussion has been closed.
Replies
Allan