© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
7 replies
mile4841

How to edit delete bulk action

Hi is it possible when it is selected one record that in mine modalDescription write delete this use with name... and when is selected more to write do you wan to delete this users
Solution
You can adjust the modal description via
->modalDescription()
->modalDescription()
. Like

->modalDescription(fn ($records) => 'Delete this users: '.$users->pluck('name')->join(', '))
->modalDescription(fn ($records) => 'Delete this users: '.$users->pluck('name')->join(', '))
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

Delete Bulk Action
FilamentFFilament / ❓┊help
2y ago
on edit/delete how to delete file?
FilamentFFilament / ❓┊help
3y ago
bulk action
FilamentFFilament / ❓┊help
3y ago
Bulk Action
FilamentFFilament / ❓┊help
3y ago