FilamentF
Filament11mo ago
Firebat

Anyway of displaying a deleted relation name in the table builder?

I've tried disabling the global scope, modifying the table query to pull the relation with trashed.
The relation is a belongs to many (if that changes anything)

TextColumn::make('teams.nome')
->placeholder('N.D.')
->label('Instituição')
Was this page helpful?