blubs09
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'),
9 replies