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.
source
share