RelationManager on View Resource

When i create a new relation manager and i add it in getRelations array then it automatically is shown on the edit page of my resource and there i can create,edit and delete from this. In the View page the table is shown but without being able to have actions. Is there a way so that i can have also on the View Page the same functionality of the Relation that i have in the Edit Page?
Solution
@Nikos Koukos I think you need to override the isReadonly() method in the relation manager.

https://filamentphp.com/docs/3.x/panels/resources/relation-managers#read-only-mode
Was this page helpful?