© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
6 replies
bionative

RelationManager actions

Hi all,
Need to add print button in RelationManager actions.
It should be look like:
->actions([
                
                Action::make('printaj')
                    ->label(__('Print'))
                    ->icon('heroicon-o-printer')
                    ->action('printaj')
                    ->openUrlInNewTab(),
              

                Tables\Actions\EditAction::make(),
                Tables\Actions\DeleteAction::make(),
            ])
->actions([
                
                Action::make('printaj')
                    ->label(__('Print'))
                    ->icon('heroicon-o-printer')
                    ->action('printaj')
                    ->openUrlInNewTab(),
              

                Tables\Actions\EditAction::make(),
                Tables\Actions\DeleteAction::make(),
            ])

where printaj() is method inside RelationManager
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

RelationManager Actions
FilamentFFilament / ❓┊help
3y ago
RelationManager form actions
FilamentFFilament / ❓┊help
2y ago
Hide Actions on RelationManager
FilamentFFilament / ❓┊help
2y ago
RelationManager actions on ViewRecord page
FilamentFFilament / ❓┊help
6mo ago