© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•6mo ago•
10 replies
Luca

Is it possible to give a custom Param to the Delete Modal?

Hey guys, i wanted to give a custom Param to the delete Modal, so it does not show my ID. Is that possible?

I'm using V 3.3.34


Already tried:
 Tables\Actions\DeleteAction::make()
                    ->after(function (Component $livewire) {
                        $livewire->dispatch('refreshAccounts', ['email' => $this->record->email]);
                    }),
 Tables\Actions\DeleteAction::make()
                    ->after(function (Component $livewire) {
                        $livewire->dispatch('refreshAccounts', ['email' => $this->record->email]);
                    }),
Bildschirmfoto_2025-08-20_um_14.01.56.png
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

Is it possible to custom the database notifications modal ?
FilamentFFilament / ❓┊help
3y ago
Is it possible to use ModalTableSelect for a custom data table?
FilamentFFilament / ❓┊help
3mo ago
is it possible to open a relationship in a modal?
FilamentFFilament / ❓┊help
2y ago
Is it possible to custom divide the panel?
FilamentFFilament / ❓┊help
3mo ago