Can I filter multiple rows in an AG-Grid?

I used

myTable.api.setQuickFilter(string1);

with great success for a while, but I would like to be able to filter for string1, string2 or string3 at the same time and immediately view all the results. Is it possible? I cannot find anything in ag-grid docs.

+4
source share

Source: https://habr.com/ru/post/1651826/


All Articles