© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•16mo ago•
3 replies
Arjan

Custom Notification for ExportAction

How do I display a custom notification for an ExportAction?

Using the 'normal' way does not work, the ExportAction keeps on displaying the default notification. My code:

 ExportAction::make()
                ->successNotification(
                    Notification::make()
                        ->success()
                        ->title('Export started....')
                        ->body('Go to My Exports to download the file.'),
                )
                ->exporter(PaymentExporter::class),
 ExportAction::make()
                ->successNotification(
                    Notification::make()
                        ->success()
                        ->title('Export started....')
                        ->body('Go to My Exports to download the file.'),
                )
                ->exporter(PaymentExporter::class),


Thanks for you help!
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Notification for custom action
FilamentFFilament / ❓┊help
3y ago
Custom Notification view
FilamentFFilament / ❓┊help
3y ago
Notification custom action
FilamentFFilament / ❓┊help
3y ago
ExportAction problem
FilamentFFilament / ❓┊help
2y ago