© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
8 replies
Eric

Add Action For Table Group

Lets say i have a table of posts grouped by user_id
return $table
            ->groups([
                Tables\Grouping\Group::make('user_id')
return $table
            ->groups([
                Tables\Grouping\Group::make('user_id')
i want to add an action that will publish all posts of that user id.

is there a way to add an action next to the row group?

this way, id be able to publish the posts with a specific user_id at once

for this specific example seems like a scoped bulk action for grouped records. but i dont mean this. imagine that the action will be something different, like updating a user field for whatever reason. is more like a header action, but for the group, which would return, in this case, the
user_id
user_id
, and then the developer, would do whatever has to be done with that id
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

Group Action for Table
FilamentFFilament / ❓┊help
3y ago
add action to group header table
FilamentFFilament / ❓┊help
10mo ago
Can I add action to Table Group ?
FilamentFFilament / ❓┊help
2y ago
Add action column in a default group - table builder
FilamentFFilament / ❓┊help
2y ago