pxlrbt / filament-excel

Excel Export for Filament Admin Resources
MIT License
355 stars 68 forks source link

Filament\Resources\Pages\ListRecords::Filament\Tables\Concerns\{closure}(): Argument #1 ($action) must be of type Filament\Tables\Actions\BulkAction, pxlrbt\FilamentExcel\Actions\Tables\ExportAction given #50

Closed stephen-morlex closed 1 year ago

stephen-morlex commented 1 year ago

ExportAction does not work in the tables bulk actions: ->actions([ EditAction::make(), DeleteAction::make(), // ExportAction::make(), ]) ->bulkActions([ ExportAction::make(), DeleteBulkAction::make(), ]);

stephen-morlex commented 1 year ago

My bad I figured, I was using the class in a wrong place