See plunker: https://plnkr.co/edit/JEJ4j3ANQe4ZCnXI
Pressing buttons 'Age Between 25 and 30' or 'Ireland & UK' filters the grid for multiple values.
For example, pressing button 'Age Between 25 and 30' i can see in the header filter text:
25-30
Is applied yet if i try to type this manually, it does not work.
Same for Sports column, i would have expected:
Rowing OR Fencing
to filter the grid to just the above 2 sports but again, doesnt work.
Update:
To replicate issue:
- Open link above
- Scroll right to display Sport column
- Type the following: 'Rowing OR Fencing'
Grid is now empty.


25-30filter, you realise you need to use thein rangefilter type right? - ViqMontana