© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•3y ago•
32 replies
codeartisan

Custom Table Action

Hi team I am adding a custom table action that can active and de-active a community this is my code but it seems not to work as expected
Action::make("de-activate")
->action(
fn (Community $record) =>
$record->update([
'is_active' => true
])
)

->color('danger')
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

Custom table row action
FilamentFFilament / ❓┊help
3y ago
Custom Action in Table
FilamentFFilament / ❓┊help
3y ago
ActionGroup Action caching custom view
FilamentFFilament / ❓┊help
9mo ago
Custom Table Action and polling
FilamentFFilament / ❓┊help
13mo ago