filter data coming from api

I have a call to supabase that is returning correctly, I need that when selecting the options in the dropdown the table element returns with the information that was selected in the dropdown, I tried a lot and I didn’t understand

You can apply the filtered operator after the expression for the api call if it’s the data source or can filter via the api call directly by checking documentation of api provider if they allow filtering which I’d expect supabase does