© 2026 Hedgehog Software, LLC

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

Table Actions for RelationshipManager be Visible in ViewPage

Using a Relationship Manager inside a ViewPage. The header actions, and table actions aren't visible on the view page.
Would like them to be visible on the view page instead of edit.
Is there a handy function to enable them?
Solution
This is resolved in the docs https://filamentphp.com/docs/3.x/panels/resources/relation-managers#read-only-mode
public function isReadOnly(): bool
{
    return false;
}
public function isReadOnly(): bool
{
    return false;
}


Thanks!
Managing relationships - Panel Builder - Filament
Jump to solution
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

RelationshipManager Table Actions.
FilamentFFilament / ❓┊help
3y ago
RelationshipManager Table Ordering
FilamentFFilament / ❓┊help
2y ago
ViewPage in index
FilamentFFilament / ❓┊help
3y ago
ViewPage Actions not updating on status change
FilamentFFilament / ❓┊help
14mo ago