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
You delete the view page from the getPages() in your resource, and it will open a modal.
Yeah, I think that should be the default. What's the current behaviour and structure you haev?