Marco "Mint" Introini
Marco "Mint" Introini
FFilament
Created by Enas on 10/27/2024 in #❓┊help
infolist with livewire
I feel so speechless. Yes, you are absolutely right. I was using it like I do inside Panels Resources. Making this way works perfectly:
->actions([
ViewAction::make()
->infolist([
TextEntry::make('gateway.name'),
TextEntry::make('type')
->badge(),
TextEntry::make('common_name'),
TextEntry::make('valid_from'),
])
])
->actions([
ViewAction::make()
->infolist([
TextEntry::make('gateway.name'),
TextEntry::make('type')
->badge(),
TextEntry::make('common_name'),
TextEntry::make('valid_from'),
])
])
Really thank you so much for your help!!
11 replies
FFilament
Created by Enas on 10/27/2024 in #❓┊help
infolist with livewire
This is the code. I really think it is a very basic thing I've missed
11 replies
FFilament
Created by Enas on 10/27/2024 in #❓┊help
infolist with livewire
Thanks Leandro
11 replies
FFilament
Created by Enas on 10/27/2024 in #❓┊help
infolist with livewire
I have exacly the same problem. Have you found a solution for this?
11 replies