Strategic
Strategic
FFilament
Created by Strategic on 11/16/2023 in #❓┊help
Is it possible to hide edit/delete buttons from table on mobile only lets say only cellphones ?
I tried visibleFrom() or hiddenFrom() methods but they do not exist or visibleOn() .. Any advice please
4 replies
FFilament
Created by Strategic on 10/10/2023 in #❓┊help
How to modify delete action notification message
No description
3 replies
FFilament
Created by Strategic on 9/27/2023 in #❓┊help
Tables\Actions\DeleteAction::make() before or after method How to access record value inside?
I am trying to build validation before deleting the record from the table .. How do I access the record values inside the before function? Any help please.. thank you! Tables\Actions\DeleteAction::make() ->before(function () { // $deleted_record = $this->record ??? }
5 replies