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')
Tables\Filters\SelectFilter::make('deleted')
->attribute('products.deleted')
0 Replies
No replies yetBe the first to reply to this messageJoin