I am using Set Filter feature of the ag-grid library.
When I load the table with the filter, by default all the values are selected as it is explained in the documentation:
I can deselect all by setting defaultToNothingSelected to true.
What I want is not to show the rows that has "Argentina" for example on one of its column fields
My question is, how can I deselect particular value only from the Filter List of all columns?
I came across this question that loops through all the nodes this.grodOptions.api.forEachNode but I failed to retrieve the filter list values from it.
