'Changing cell value in ag-grid resets filters to default

Whenever I change the value of a cell in ag-grid when I already have some filters in place, upon changing the value, the filters get reset to their default state. It seems this is likely due to the fact that I have a Redux action that gets carried out in my onCellValueChanged callback, which in turn causes a re-render of the Grid. If someone could help me to prevent this re-render, I would appreciate it. Thanks.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source