© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•2y ago•
2 replies
Marco Mapelli

Action in footer table

Hello, is it possible to insert an action in the footer of the table (getFooterActions ??)? I need to create a button that, once I have finished scrolling through the entire table, can redirect me to another page.
Now i have this in List.. resource:
    protected function getHeaderActions(): array
    {
        return [
            Action::make('showroom')
            ->label(__('b2brstoys.showroom.torna_a_showroom'))
            ->color('success')
            // ->action(function () {
            //     return redirect(ShowroomResource::getUrl('index'));
            // }),
            ->url(fn (): string => ShowroommarcheResource::getUrl()),
        ];
    }
    protected function getHeaderActions(): array
    {
        return [
            Action::make('showroom')
            ->label(__('b2brstoys.showroom.torna_a_showroom'))
            ->color('success')
            // ->action(function () {
            //     return redirect(ShowroomResource::getUrl('index'));
            // }),
            ->url(fn (): string => ShowroommarcheResource::getUrl()),
        ];
    }
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 footer in v3
FilamentFFilament / ❓┊help
3y ago
TableRenderHook Action
FilamentFFilament / ❓┊help
8mo ago
table in action
FilamentFFilament / ❓┊help
2y ago
Table footer design issue
FilamentFFilament / ❓┊help
3y ago