How can I remove the view action on a relation page table?
Is there a way I can remove the
View
action on a table but still have it open a modal when the row is clicked specifically when using a relation page (ManageRelatedRecords) rather than a relation manager?2 Replies
Have you tried infolist?
Actually, I discovered that this isn't possible: https://github.com/filamentphp/filament/discussions/6830
GitHub
Open record in modal without viewaction · filamentphp filament · Di...
When I add a ViewAction to my table a new column is created that gives me the opportunity to open the record in a modal. But I would rather like the row's click to trigger the modal popup and t...