Carlos Lozano
02/21/2023, 12:21 AMAttributeFilter dynamically?
I'm using the Dashboard Component from the React SDK, and I wonder if there's a way to accomplish something like this:
Let's say I have 2 different users and I want their options on an Attribute Filter (Clients) to be different, e.g.: User A can see Client A, Client B and Client C and User B can see Client D, Client E and Client F.
See image.
Thanks.Jiri Zajic
02/21/2023, 4:20 AMCarlos Lozano
02/22/2023, 2:03 AMCarlos Lozano
02/22/2023, 2:05 AMShashank Banerjea
02/22/2023, 2:14 AMJiri Zajic
02/22/2023, 8:09 PM<Dashboard /> React component then you can programatically filter the dashboard by providing the filterContextRef property.Carlos Lozano
02/23/2023, 1:42 AM