© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
bflip

Method Filament\Actions\ExportAction::table does not exist.

Just upgraded to Filament 3.2 to get this Export working, but no dice so far. I migrated teh tables, and I can see the export table. I'm not sure why the error though.

This is my code;

return $table
  ->headerActions([
                ExportAction::make()
->exporter(UserExporter::class)
                    ->formats([
                      ExportFormat::Csv,
                    ]),
            ])
return $table
  ->headerActions([
                ExportAction::make()
->exporter(UserExporter::class)
                    ->formats([
                      ExportFormat::Csv,
                    ]),
            ])
Solution
ugh, wrong import
Jump to solution
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

Method Filament\Tables\Table::extremePaginationLinks does not exist.
FilamentFFilament / ❓┊help
2y ago
Method Filament\Tables\Actions\Action::getColumns does not exist.
FilamentFFilament / ❓┊help
3y ago
Method Filament\Tables\Actions\Action::deactivateAction does not exist.
FilamentFFilament / ❓┊help
3y ago
Method Konnco\FilamentImport\Actions\ImportAction::table does not exist
FilamentFFilament / ❓┊help
3y ago