F
Filament16mo ago
shouku

Infolist make join columns

Hi, What would be the best way to show multiple column using the TextEntry::make() Example: showing the first name and last name of a using TextEntry::make('user.first_name'.' '.'user.last_name') Thank you
1 Reply
toeknee
toeknee16mo ago
TextEntry::make('user')->formatStateUsing(fn($state) => $state->first_name . ' ' . $state->last_name)
TextEntry::make('user')->formatStateUsing(fn($state) => $state->first_name . ' ' . $state->last_name)
I beleive
Want results from more Discord servers?
Add your server