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'),
            )


Within component i created Action from "Filament\Actions\Action", it get's rendered but it wont have any effect when clicked any idea why?
Was this page helpful?