Hi everyone.
is there a way to display a collection that is filtered at row level?
As an example, if I have a list of blogs in a table. Each blog is a row.
I have a blogs tags table in supabase. Each row is linked to the tab and the blog.
On my main table I would like to have a column displayed in weweb with the tags associated with the blog. Does that make sense?
Column 1 = Title
Column 2 = Published Date
Column 3 = Blog Tags ( this would be called from a collection )
I found that view in supabase would be one solution. Any other ideas?