Apply Multiple Filters to One Column in IgxGrid
New DiscussionI am trying to apply multiple filters on one column for the Igx grid but I’m not able to find a solution.
I’ve looked at the FilteringExpressionsTree and tried using that but it seems that it only applies one filter at a time for a given column.
Example:
| sort | column1 | column2 |
| 1 | ||
| 1 | ||
| 2 | ||
| 2 | ||
| 3 | ||
| 3 |
After filtering out value ‘1’ from ‘sort’ column it should look like this:
| sort | column1 | column2 |
| 2 | ||
| 2 | ||
| 3 | ||
| 3 |
And then after filtering out value ‘2’ in ‘sort’ column it should look like this:
| sort | column1 | column2 |
| 3 | ||
| 3 |
And then if the user wants to see all rows with ‘sort’ value ‘2’ again it should look like this:
| sort | column1 | column2 |
| 2 | ||
| 2 | ||
| 3 | ||
| 3 |
Is there a way to do this? I’ve been trying to use FilteringExpressionsTree but that doesn’t seem to work
Sign In
to post a reply
Replies
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Favorites
0 Replies
5 Created On
Jul 15, 2020 Last Post
5 years, 7 months ago