Infolist view as default

Can I somehow set the default action when clicking on a row in the table to open the modal of the infolist, the one that appears with Tables\Actions\ViewAction::make(), I don't want a separate view page, thanks in advance 😄
2 Replies
Matthew
Matthew5mo ago
You delete the view page from the getPages() in your resource, and it will open a modal.
Dennis Koch
Dennis Koch5mo ago
Yeah, I think that should be the default. What's the current behaviour and structure you haev?

Did you find this page helpful?