We have a Custom App on a dashboard with multiple filter cards. We like how the app responds to changes in the filters, but we would prefer it not have to refresh.
I found domo.onFiltersUpdate and see that the filter data is passed into the function for use in the event handler, but it's unclear how the filter data can be used to filter the app data the way it does without domo.onFiltersUpdate.
Does anyone know how domo.onFiltersUpdate is supposed to be used or if what I'm trying to do is even possible in Custom Apps using domo.js?