F
Filament3mo ago
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
1 Reply
Solution
bflip
bflip3mo ago
ugh, wrong import