© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
1 reply
mile4841

Remove delete on record

Is it possible that i disable option of delete on the record, i tried with these
Tables\Actions\DeleteAction::make()
                    ->hidden(fn ($record) => $record->name === 'admin')
Tables\Actions\DeleteAction::make()
                    ->hidden(fn ($record) => $record->name === 'admin')
but when user go into edit user he can press the command ctrl + D and delete record is it possible to remove this shoertcut or to remove delete or something else
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

On record delete, delete file from storage
FilamentFFilament / ❓┊help
3y ago
Remove/Disable record action on table
FilamentFFilament / ❓┊help
3y ago
Record title on deleted records
FilamentFFilament / ❓┊help
2y ago
Get record ID after delete
FilamentFFilament / ❓┊help
2y ago