-
I am trying to export Users using ExportBulkAction::make() inside UserResource.php as :
But it throws the error on clicking the export button in the bulk action: However if use ExportAction::make() inside the page ListUsers.php it is working fine. Though I may use the ExportAction::make(), I would like to know what could be the reason for the failure. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Looking at that namespace it looks like you are using the Filament Core feature and not my package? |
Beta Was this translation helpful? Give feedback.
Looking at that namespace it looks like you are using the Filament Core feature and not my package?
\Filament\Tables\Actions\ExportBulkAction: