Reload dashboard after filterschanged event
Trying to find a way to reload the dashboard completely after the filters are changed. Some of the functionality in my dashboard is lost when I change the filters so would like to completely reload after the filters are changed.
The below code was what I thought I could do but it does not work.
dashboard.on('filterschanged', function (se, ev) {
dashboard.refresh()
});
mckenziedubois
Posted 2 years ago·Last reply 2 years ago
1 comment
DRay
·2 years agoHI mckenziedubois,
Thank you for reaching out.
I would like to understand what issues you are having with changing filters. Can you provide additional details about your use case and the issues you are having?
Thank you.