RelationManager actions on ViewRecord page
I have a RelationManager that I created following the documentation (without nested resources).
In the relation table, there are
headerActions
, recordActions
, and toolbarActions
, but they do not appear on the ViewRecord page, although they work perfectly on EditRecord.
Is there a way to display actions on the ViewRecord page?Solution:Jump to solution
You overlooked this in the documetnation
https://filamentphp.com/docs/4.x/resources/managing-relationships#read-only-mode...
2 Replies
Solution
You overlooked this in the documetnation
https://filamentphp.com/docs/4.x/resources/managing-relationships#read-only-mode
This is what I need. I apologize for my inattention and thank you for your help.