Ag-Grid Custom Filtering

Hi @jinnyzor ,

can it be, that this solution is now longer working in the latest dash Ag Grid version?
For starters, props.filterChangedCallback() got removed and I think replaced with props.api.onFilterChanged(), which when called triggers the imperative handle Section. However, It seems that doesFilterPass is now longer applied. Any advice?

Edit:

Setting “reactiveCustomComponents”: False in the grid Options makes it work again, more details here: React Grid: Upgrading to AG Grid 31.1 | AG Grid
Seems in v31, reactiveCustomComponents was still set to false, which is the reason why it continued to work. With v32, default property is true which means we must override it if we still want to use imperative handles.

1 Like