I am trying to implement AG Grid Enterprise filter feature applyMiniFilterWhileTyping configuration. I have the below configuration in my column.
{
field: 'country',
filter: 'agSetColumnFilter',
filterParams: {
applyMiniFilterWhileTyping: true,
},
}
But when I type inside mini search filter, the grid data is not filtering only filter list get updated.
Note : I am using Angular : 5.2 with ag-grid enterprise 19.0.0.
Do I need to upgrade angular/ag-grid?
Can you please help on this issue?
Thanks Saravanan