Use Antd <RangePicker/> to set filters on date column using Supbase as backend
I have an antd table with a date column and user a <RangePicker/> as a filter dropdown. I use the function
rangePickerFilterMapper to map values. However the filtering does not work because the filters set use the operator "in" instead of "gte" and "lte". How to customize the call made to setFilters from the <FilterDropdown /> component ?