on action show an alert modal if a condition
on an action if a condition is not satisfied to show a modal alert
7 Replies
Can you explain more about the issue please?
'''php
Tables\Actions\EditAction::make()
->alert('you cannot',fn()=>false);
'''
requiresConfirmation?
https://filamentphp.com/docs/2.x/admin/pages/actions#confirmation-modals
Filament
Actions - Pages - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
requireConfirmation ask you a confirm .. i need only an alert message that you can't do that action
i can use visibility .. but i would like to try with an alert box
Filament
Sending notifications - Notifications - Filament
Elegant TALL stack notifications for Laravel artisans.
ok how i can send notification instead of executing action ?
Filament
Sending notifications - Notifications - Filament
Elegant TALL stack notifications for Laravel artisans.