How do I respond to filter changes? #902
-
|
We're migrating from v2 to v4, and noticed that gridInstance.filterService.onFilterChanged is no more. We were using it to respond to filter changes. I tried following the changes to find a deprecation notice, but when switching to @slickgrid-universal/common repo, it is gone completely. How can I listen to filter changes event in latest version? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The |
Beta Was this translation helpful? Give feedback.
The
onFilterChangedis a SlickGrid event, so you can call it directly from the View just like you could always do in the past, see this example or you could also use Grid State - Wiki for filter and many other changes as well