Filter table results with a select component

I've seen various (complicated) ways to filter table results with select areas by having to write queries, but nothing that seems simplistic. For instance, how can i sort the table results by a name?
Table has a column name "employee_name", which i have those available names also manually populating a select area above the table. I just want whenever the select area changes to someones name, the table results only show results with their name.
Easy to assign a search input to a table, but when it comes to other form components, nothing seems that easy?

Here is a simple way to assign filter to your tables
Animation
image

1 Like

Cannot believe i missed that in the settings! is there a way to have my select area default back to the original non-filtered view? For instance if i have "All" as a select option in my Sort by select area.

Do you mean this?
image

1 Like

Yes thank you, i missed that as well.

1 Like