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);
}


Is it possible to change the EditAction so that when I click on Edit it will navigate to the Edit Page instead of opening a modal window?
Was this page helpful?