Display table action when using RelationManager on ViewRecord
I'm currently using a RelationManager which shows on the ViewRecord page.
Custom Action under headerActions shows however, the Tables\Actions\CreateAction action does not.
Is there any way for that to show on this page?
2 Replies
When i dd $livewire mountedTableActions does not include Tables\Actions\CreateAction.
bump
I think you have to dig into the RelationManager class. Probably override
configureCreateAction()
.