© 2026 Hedgehog Software, LLC

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

Display table action when using RelationManager on ViewRecord

I'm currently using a RelationManager which shows on the ViewRecord page.

Custom Action under headerActions shows however, the Tables\Actions\CreateAction action does not.

  ->headerActions([
      Tables\Actions\Action::make('addTest')
          ->label(__('Add Test'))
          ->form([
              Forms\Components\Textarea::make('content')
                  ->translateLabel()
                  ->required(),
          ]), // This shows
      Tables\Actions\CreateAction::make(), // This does not
  ])
  ->headerActions([
      Tables\Actions\Action::make('addTest')
          ->label(__('Add Test'))
          ->form([
              Forms\Components\Textarea::make('content')
                  ->translateLabel()
                  ->required(),
          ]), // This shows
      Tables\Actions\CreateAction::make(), // This does not
  ])

Is there any way for that to show on this page?
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 on ViewRecord page
FilamentFFilament / ❓┊help
6mo ago
RelationManager table action not working
FilamentFFilament / ❓┊help
2y ago
ViewRecord Listener Method Launch Action
FilamentFFilament / ❓┊help
2y ago