elben
elben
FFilament
Created by elben on 1/9/2025 in #❓┊help
ActionGroup in infolist
Anyone has an idea?
7 replies
FFilament
Created by elben on 1/8/2025 in #❓┊help
How to trigger an action from another action?
I'm able to get this working when defining an action separately in a function like:
function editReportAction() {
return \Filament\Actions\Action::make('editReport')
->label('Edit Report')
->form([
TextInput::make('test')
])
->action(function (array $data) {
dd($data);
});
}
function editReportAction() {
return \Filament\Actions\Action::make('editReport')
->label('Edit Report')
->form([
TextInput::make('test')
])
->action(function (array $data) {
dd($data);
});
}
But it's not working for actions defined in headerActions() of the infoList. The prevous action closes. Nothing else happens. I also found a method called mountInfolistAction() in InteractsWithInfolists trait. But calling this just shows the dark background which usually shows behind the modal. But it doesn't show the modal itself (with the form). What could be the reason?
6 replies
FFilament
Created by elben on 1/8/2025 in #❓┊help
How to trigger an action from another action?
Anyone has any ideas?
6 replies
FFilament
Created by elben on 7/18/2024 in #❓┊help
Setting number of columns for StatsOverview widget.
Ok. Thanks.
13 replies
FFilament
Created by elben on 7/18/2024 in #❓┊help
Setting number of columns for StatsOverview widget.
No description
13 replies
FFilament
Created by elben on 7/18/2024 in #❓┊help
Setting number of columns for StatsOverview widget.
No description
13 replies
FFilament
Created by elben on 7/18/2024 in #❓┊help
Setting number of columns for StatsOverview widget.
Added protected to it as in the parent class. Doesn't seem to change anything with 5 columns.
13 replies
FFilament
Created by elben on 7/18/2024 in #❓┊help
Setting number of columns for StatsOverview widget.
Interesting. Any source for this?
13 replies
FFilament
Created by elben on 7/18/2024 in #❓┊help
Setting number of columns for StatsOverview widget.
Can anyone help with this?
13 replies