After adding or deleting the row in ag grid. Column filter values are not reflecting accordingly.
Let say,
Default GRID rows are
a
b
While deleting the row b using reload() method, grid is updated as below
a
But column filter still shows b
a
b
How to refresh the column filter as well.
Any expert advise please?