Open view modal on table row click without `ViewAction` in `recordActions()`

Hi all

I'm trying to make clicking on a table row open the view modal, without including the View button on the row.

Clicking the row works fine when ViewAction is in recordActions(), but if I remove it from there and do this:

->recordAction(ViewAction::class) 
->recordUrl(null)


I get a Unable to call component method. Public method [view] not found on component exception.

Any ideas? I'm using v4
Was this page helpful?