Simon Lejeune
01/13/2025, 2:44 PMsdk-ui-dashboard
package. We’d like to have a feature where filters applied in one dashboard persist when moving to another.
For example:
A user visits Dashboard 1 and sets the "Product Collection" filter to "Collection 1." When the user navigates to Dashboard 2, we want to restore that "Product Collection" filter to maintain consistency across dashboards.
Is there a recommended approach to achieve this functionality? Any guidance would be greatly appreciated.
Thanks in advance!Simon Lejeune
01/13/2025, 3:06 PMlocal_filters
entry in the localStorage, I wonder if this could be used to prepare the filters before going to another dashboard? Any advice on exploiting that? Thanks!Simon Lejeune
01/14/2025, 6:44 PMRadek Novacek
01/16/2025, 3:41 PM