Ag-Grid external filtering doesn't respond to state changes
问题 I've been struggling to get Ag-Grid's external filtering responding to state changes. When I update isExternalFiltered , the value of isExternalFiltered in the doesExternalFilterPass callback doesn't change. If I supply a key to the grid to force it to rerender each update, it seems to work, but it causes an expensive grid reinitialization. I'll also note that I've tried calling the grid api's onFilterChanged method when the filter changes, but that doesn't seem to have any effect. The docs