© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•13mo ago•
2 replies
Jon Mason

repeater deleteAction get deleted record to handle it?

I'm using a repeater (technically the TableRepeater plugin) and I need to handle some things when a row is deleted. I need to update a total in another field, and I need to also delete the record from the database. I'm unclear on how to actually get the record that's being deleted. I have this but it seems to just be a uuid of the record. I'm missing some knowledge on how to do this. Looked at the docs, searched threads, looked at source code and I'm still stuck.

->deleteAction(function (\Filament\Forms\Components\Actions\Action $action) {

                                $action->after(function (array $arguments, Get $get, Set $set) {
                                    dd($arguments);
->deleteAction(function (\Filament\Forms\Components\Actions\Action $action) {

                                $action->after(function (array $arguments, Get $get, Set $set) {
                                    dd($arguments);
image.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

Repeater DeleteAction
FilamentFFilament / ❓┊help
14mo ago
Repeater deleteAction
FilamentFFilament / ❓┊help
2y ago
Repeater deleteAction
FilamentFFilament / ❓┊help
3y ago
Repeater deleteAction Label Not Working
FilamentFFilament / ❓┊help
9mo ago