ShortlyPortly1964
ShortlyPortly1964
FFilament
Created by ShortlyPortly1964 on 4/15/2024 in #❓┊help
Creating Filament for other languages/systems
Thanks @Dennis Koch - I'll certainly be calling out Filament when I publish my library.
5 replies
FFilament
Created by Jack Sleight on 10/20/2023 in #❓┊help
Passing an ID to a custom edit action
Thanks Jack - I'll keep an eye on the issue - hopefully it will be solved soon. cheers
124 replies
FFilament
Created by Jack Sleight on 10/20/2023 in #❓┊help
Passing an ID to a custom edit action
Hi @Jack Sleight and @bwurtz999 did you get any further with this issue as I have exactly the same problem. cheers
124 replies
FFilament
Created by ShortlyPortly1964 on 10/15/2023 in #❓┊help
Passing the current record to an Action
Tables\Actions\Action::make('select') ->action(function (Component $livewire, Model $record) { $livewire->select($record);
8 replies
FFilament
Created by ShortlyPortly1964 on 10/15/2023 in #❓┊help
Passing the current record to an Action
To answer my own question. It turned out to be quite logical (as most things seem to be with Filament).
8 replies
FFilament
Created by ShortlyPortly1964 on 10/15/2023 in #❓┊help
Passing the current record to an Action
Hi again - don't worry about I actually worked it out. I'll post my solution shortly :-).
8 replies
FFilament
Created by ShortlyPortly1964 on 10/15/2023 in #❓┊help
Passing the current record to an Action
Hi @Hugh Messenger - thank you for this. I did see this but then couldn't work out how to actually call the livewire method (in my case 'select'). I'm still new to Filament/Livewire so would you be able to show me an example - many thanks.
8 replies
FFilament
Created by ShortlyPortly1964 on 10/11/2023 in #❓┊help
Middleware and Filament
Perfect - many thanks @awcodes
6 replies