© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
3 replies
Tjiel

Action on press of record in table?

I have the following actions in my AssetResource:
 ->actions([
                Tables\Actions\Action::make('action')
                    ->label('Action')
                    ->translateLabel()
                    ->action(function () {
                      // Action logic
                    }),
                DefaultActionGroup::make(),
            ])
 ->actions([
                Tables\Actions\Action::make('action')
                    ->label('Action')
                    ->translateLabel()
                    ->action(function () {
                      // Action logic
                    }),
                DefaultActionGroup::make(),
            ])

Is there a way that instead of creating a text where, when pressed on, performs the action. You can just click on the row of the record. Currently whenever I press on the record it just goes to the view page.
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

Remove/Disable record action on table
FilamentFFilament / ❓┊help
3y ago
Dispatch Table Record Action
FilamentFFilament / ❓┊help
3mo ago
Use $record in table action form
FilamentFFilament / ❓┊help
3y ago
Action Modal little slow in record table
FilamentFFilament / ❓┊help
2y ago