CreateAction not showing in relation manager table header action in view page
So i have this Relation Manager with the following code
On edit page i can see this table header action on the relation manager, but on view page the action is not visible. I tried to attach a ->visible(true) at the end of it and it still doesn't help too
On edit page i can see this table header action on the relation manager, but on view page the action is not visible. I tried to attach a ->visible(true) at the end of it and it still doesn't help too
Solution
https://filamentphp.com/docs/3.x/panels/resources/relation-managers#read-only-mode
add:
in the relationshipmanager
add:
in the relationshipmanager