Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
977 views
in Technique[技术] by (71.8m points)

angular - 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.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

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

Read this


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...