© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•17mo ago•
6 replies
Bruno

How to add an Action to the table next to the search?

I need to add an action to my form table but I don't know how
image.png
Solution
in service provider or middleware
add
FilamentView::registerRenderHook(
    PanelsRenderHook::BODY_START,
    fn (): View => view('impersonation-banner'),
);
FilamentView::registerRenderHook(
    PanelsRenderHook::BODY_START,
    fn (): View => view('impersonation-banner'),
);


as it explained here:
https://filamentphp.com/docs/3.x/support/render-hooks#registering-render-hooks
Jump to solution
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

move table header action next to searchbar
FilamentFFilament / ❓┊help
16mo ago
Add custom action beside search table
FilamentFFilament / ❓┊help
3y ago
how to add an additional filter outside the table
FilamentFFilament / ❓┊help
2y ago
add action to group header table
FilamentFFilament / ❓┊help
10mo ago