Use table alias in select filter
Need to add a table alias due to joins and ambiguous columns but adding this assumes it's a relationship. Is there another way without writing the where condition manually?
Tables\Filters\SelectFilter::make('deleted')
->attribute('products.deleted')