© 2026 Hedgehog Software, LLC

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

Change the EditAction on a RelationManager

I currently have a relationmanager which uses the static table function from it's resource like this:

public function table(Table $table): Table
{
    return VacancyResource::table($table);
}
public function table(Table $table): Table
{
    return VacancyResource::table($table);
}


Is it possible to change the
EditAction
EditAction
so that when I click on
Edit
Edit
it will navigate to the Edit Page instead of opening a modal window?
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

getMountedTableActionRecord() returns null in RelationManager (EditAction)
FilamentFFilament / ❓┊help
7mo ago
Trigger RelationManager `EditAction` from Infolist Section `headerActions`
FilamentFFilament / ❓┊help
3y ago
Change Title of RelationManager
FilamentFFilament / ❓┊help
3y ago
EditAction in a Repeater
FilamentFFilament / ❓┊help
2y ago