Combine more than one field in a Filament Resource recordTitleAttribute
Is there a way to call a function to instead reading just an attribute?
So instead of protected static ?string $recordTitleAttribute = 'title;
Using something like fn ($record) return "{$record->title} / {$record->subtitle}"
1 Reply
Solution
just override the
getRecordTitleAttribute()
method.