p0kero
p0kero

Reputation: 120

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.

Upvotes: 3

Views: 2842

Answers (1)

YogendraR
YogendraR

Reputation: 2396

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

Read this

Upvotes: 2

Related Questions