Hi everyone,I'm trying to filter a data table base on the current user's
team_id. I followed a post's recommandation and created a current user
table. User table: id, email,team_id,roleData table: id, name, value,
team_id (virtual column)I'm using th...