Hi everyone, I need your advice on this problem.
Currently, my application has a dashboard view with two tables. The first one is a quick edit table with filter dropdown which includes: All, Pending, Approval, Rejected.
The second table contains a list of all submitted forms by users. My objective is to filter the row based on the selected dropdown. Example:
1.) if user selects "All", all user list will show
2.) If user selects "Pending", only [Status] with “New Request” will show.
3.) If user selects “Approved”, then [Status] with “HOD/HOU Approved” or “Reviewer2 Approved”
Here is the enum list that I have prepared.
I understand that you have to set a filter row option on the on the second table slice. But I am clueless as to which expression I should use to filter the options. Would greatly appreciate if someone can give a suggestion/advice on this.

