© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
johnnie_littleshoes

Resource's table actions affect RelationManager's table actions

RelationManager reuses table from Resource, overriding
actions()
actions()

public function table(Table $table): Table
{
  return Resource::table($table)
    ->actions([
      // ViewAction::make() commented out
      EditAction::make()
    ]);
}
public function table(Table $table): Table
{
  return Resource::table($table)
    ->actions([
      // ViewAction::make() commented out
      EditAction::make()
    ]);
}


Resource table has these actions()
ViewAction::make(),
EditAction::make(),
ViewAction::make(),
EditAction::make(),


when I click on a row in the RelationManager, it triggers the View modal instead of the Edit modal. Is that expected?
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 Actions
FilamentFFilament / ❓┊help
3y ago
RelationManager table working, but actions are not
FilamentFFilament / ❓┊help
7mo ago
RelationManager form actions
FilamentFFilament / ❓┊help
2y ago