Show only the records of users with 'user' role in a resource
Hello guys! I have two roles, admin and user, in User Resource, I want to only show the records that has a user's role. How do I implement a filter where once the User Resource is loaded, only the records with a user's role will show?
I've tried implementing the filter with a query but I want to know what else are better options.
2 Replies
Solution
Thanks! It works! I didn't know this existed in the docs.