Let me explain myself better. When I “console.log(event.args.filters)” in my working examples, what I get is this object:
[Object { filter={…}, datafield=”V1″}]
This is ok because i was searching in a column that uses “V1″ datafield.
When i do the same on the non-working examples I get:
[Object { filter={…}, datafield=”AdmissibleBags”}, Object { filter={…}, datafield=”TotalFractions”}, Object { filter={…}, datafield=”SLA”}]
And i am only searching in one column, because i am using the default filtering funcionality.
I have been reading the documentation but have not been able to find an answer to my problem. Have rebuilt the page from scratch and i keep having the same problem. Do you have any idea what can be causing this?