Remove/Disable record action on table

Is there a way to disable/remove the default click action on a table row?

Clicking on a table takes you to the form. Is there a way to disable this?

I've tried things like ->recordAction(false) or ->recordAction(null) but it doesn't work.
Was this page helpful?