© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•12mo ago•
6 replies
Señor Nikola

Custom Action within TablesRenderHook::TOOLBAR_SEARCH_BEFORE

Hello,

I created custom render hook

->renderHook(
                TablesRenderHook::TOOLBAR_SEARCH_BEFORE,
                fn (): string => Livewire::mount('table-toolbar-items'),
            )
->renderHook(
                TablesRenderHook::TOOLBAR_SEARCH_BEFORE,
                fn (): string => Livewire::mount('table-toolbar-items'),
            )


Within component i created Action from "Filament\Actions\Action", it get's rendered but it wont have any effect when clicked any idea why?
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 action before EditRecord
FilamentFFilament / ❓┊help
2y ago
Action button within Custom Table Column
FilamentFFilament / ❓┊help
3y ago
Add custom action beside search table
FilamentFFilament / ❓┊help
3y ago
Custom Repeater Action Add before/after
FilamentFFilament / ❓┊help
11mo ago