Question no setFilter
Hi I am new to refine.
One of my projects require a dropdown to filter results from table. I find that by setting the filter to an empty array won't clear all the filter, instead I need to set the value in the filter to
e.g.
this works
One of my projects require a dropdown to filter results from table. I find that by setting the filter to an empty array won't clear all the filter, instead I need to set the value in the filter to
undefined ,is it a correct way to do?e.g.
setFilter([]) not workthis works
