Searchable translatable column
Hi guys, I'm using a translation package (astrotomic) and I'm trying to make a column searchable, but it says it can't find the column, this is because that field is in the translations table and not in the resource model table . How can I modify the searchable function to do a join or something?
Tables\Columns\TextColumn::make('title')->searchable()
Tables\Columns\TextColumn::make('title')->searchable()
