© 2026 Hedgehog Software, LLC

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

Action buttons dissapeared

Hello!

Has anyone encountered this before?

None of my table actions show up anymore on local server. I'm using the same filament version (2.17.10) as on the live server, there all the the edit buttons show up at the end of each row.

->actions([
                EditAction::make(),
            ])
->actions([
                EditAction::make(),
            ])


->actions([Action::make('edit')
                    ->url(fn (Blog $record): string => '/admin/accounts/' . $record->id . '/edit')
                    ->openUrlInNewTab(),
            ])
->actions([Action::make('edit')
                    ->url(fn (Blog $record): string => '/admin/accounts/' . $record->id . '/edit')
                    ->openUrlInNewTab(),
            ])


Neither of these show up anything, on none of my tables. (no I cannot scroll to the right)

Also a weird thing is happening with the text at the bottom left showing record numbers, might be related to this
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

Swap Action Buttons
FilamentFFilament / ❓┊help
13mo ago
Hide default action buttons
FilamentFFilament / ❓┊help
2y ago
Notification Action Buttons Missing
FilamentFFilament / ❓┊help
3y ago