© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
Nikos Koukos

Excel Exporter for Laravel Table on Livewire Component

I have a header action that exports to an excel file. I have make everything according to the docs on how to set up the exporter. My table is on a livewire component though. It shows me that the proccess has started as the notification but it does not show me the notification when it is ready. I don't want to have this notification in the admin panel but on the livewire component that i have in a view. I have added in the app.blade.php
@livewire('notifications')
@livewire('notifications')


In the Filament Table I have in the livewire component
->headerActions([
    ExportAction::make()
    ->exporter(Products::class)
    ->formats([
         ExportFormat::Xlsx,
    ])
])
->headerActions([
    ExportAction::make()
    ->exporter(Products::class)
    ->formats([
         ExportFormat::Xlsx,
    ])
])


Is there a way to achieve this?
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

costumize/style Filament table via Livewire on Laravel
FilamentFFilament / ❓┊help
9mo ago
Table on livewire component is involuntarily refreshing component on Action
FilamentFFilament / ❓┊help
9mo ago
Filament table in Livewire component!
FilamentFFilament / ❓┊help
2y ago
Adding table to Livewire Component
FilamentFFilament / ❓┊help
3y ago