© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
8 replies
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'),
Solution
I'm not sure... there's also
->recordUrl(null)
->recordUrl(null)
you could try
Jump to solution
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Select row on table row click
FilamentFFilament / ❓┊help
2y ago
Table click on row to view instead of edit
FilamentFFilament / ❓┊help
3y ago
Disable edit on row
FilamentFFilament / ❓┊help
3y ago
Action on click row table
FilamentFFilament / ❓┊help
2y ago