Hi there,
I have a set of filters (including drop downs, date fields, sliders, etc) that I want to apply to multiple elements (charts, a map, a datagrid, etc).
How can I implement the filter in code, so I can easily apply it to the elements I want to fillter. (I.e. how can I avoid manually adding a dozen filters to each element I want to filter?)
Final note: it’s a lot of data and important to the UX that the controls update fast, so I want to filter on the front-end.
Many thanks!