Remove edit row on click function

In Filament 3.0 how do I remove the edit row in a table when I click it? I don't want that function.

I am trying to allow a click in this section without it going to edit after I click it- return $table
->columns([
Tables\Columns\Column::make('Create Flyer')
->view('admin.columns.downloadSingleEventPDF'),
Solution
I'm not sure... there's also ->recordUrl(null) you could try
Was this page helpful?