CLT99
CLT99
FFilament
Created by CLT99 on 11/23/2023 in #❓┊help
How show JSON field (casted to array) in InfoList
{"context": "request example", "message": "message text", "vehicle": {"plate": "test", "make-model": "Test"}} like this
10 replies
FFilament
Created by CLT99 on 11/23/2023 in #❓┊help
How show JSON field (casted to array) in InfoList
I want display it as key-value into InfoList
10 replies
FFilament
Created by CLT99 on 11/23/2023 in #❓┊help
How show JSON field (casted to array) in InfoList
protected $casts = [ 'interests', 'array', 'status' => LeadStatus::class, ];
10 replies
FFilament
Created by CLT99 on 11/23/2023 in #❓┊help
How show JSON field (casted to array) in InfoList
TextEntry::make('interests') ->label('Richiesta') ->weight(FontWeight::Medium) ->size(TextEntry\TextEntrySize::Small)
10 replies
FFilament
Created by ouch on 11/22/2023 in #❓┊help
How to show array key in TextColumn
Not work for me (in infolist and table)
9 replies