Search code examples
angularag-grid

It's possible to have more than 2 condition in ag-grid text filter?


In the default filters of ag-grid, it's possible to add one or two conditions (with AND or OR concatenation).

My question is if there is some way to have 3 or more concatenated conditions with the same logical operator (aside from create an entire custom filter).

Thanks in advance.


Solution

  • No, If you want to apply conditions b/w more than two parameters, you will need to implement your own IFilterAngularComp.

    Read this