Hi,
When I apply Grid config feature
[code]filter: {isMulti: true}
[/code] a particular column config
filterable: {filterField: ...}
with a combo stops working and the GridFieldFilterPickerGroup UI is showing for that column.
I want to use the GridFieldFilterPickerGroup UI for all columns with exception of 1 or more columns where I want to use a combo filter. I have tried setting
filter: {isMulti: false}
on column config, but that seems to be ignored.
Is this possible?