© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
1 reply
YusifHajiyev

Table Action

Tables\Actions\EditAction::make()
->button()
->label('Təsdiqlə')
->icon(null)
->successNotificationTitle('Ugurlu')
->after(fn(DateOrder $dateOrder): string => $dateOrder->update(['status' => 1])),
When I go to the edit page, I want the information from the form to be updated and the status change to be 1 as hidden. However, this code works when updating the modal, not the edit page. How can I make it work in the edit page?
image.png
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

testing table action
FilamentFFilament / ❓┊help
2y ago
table in action
FilamentFFilament / ❓┊help
2y ago
Table Bulk Action
FilamentFFilament / ❓┊help
3y ago
Custom Table Action
FilamentFFilament / ❓┊help
3y ago