Filtering table column values to user when selecting value with dropdown list

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"

Rexatron_0-1659456884008.png

Here is the enum list that I have prepared.

Rexatron_1-1659457075076.png

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.

0 1 83
1 REPLY 1

hello, check out this video https://www.youtube.com/watch?v=nK-Aq_ak_T8

if you still have questions feel free

Top Labels in this Space