© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
3 replies
ChesterS

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)
->recordAction(false)
or
->recordAction(null)
->recordAction(null)
but it doesn't work.
Solution
@ChesterS Yes, it is possible: https://filamentphp.com/docs/3.x/tables/advanced#record-urls-clickable-rows
Advanced - Table Builder - Filament
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

Dispatch Table Record Action
FilamentFFilament / ❓┊help
3mo ago
Action on press of record in table?
FilamentFFilament / ❓┊help
2y ago
Dynamic table record Action label
FilamentFFilament / ❓┊help
4mo ago
Remove delete on record
FilamentFFilament / ❓┊help
2y ago