© 2026 Hedgehog Software, LLC
->actions([ Tables\Actions\EditAction::make(), \Filament\Tables\Actions\Action::make('Generate QR Codes') ->label('QRCodes') ->action('generateAndDownloadQRCodes') ->color('success') // ->record(fn($record) => $record->id) ->arguments(fn($record) => ['id' => $record->id]) ])
Join the Discord to ask follow-up questions and connect with the community
295 Members