© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•6mo ago•
4 replies
Sydd

TablesRenderHook after table filter / toggle columns

Dear friends, in list page I'm provide renderhook to table toolbar ... everything works OK, but when on the table are used filters or toogle columns ... this render hook / livewire component is not rendered again (only after hard page refresh)

Have somebody similar progblem and find solution ?

public function mount(): void
    {
        $name = substr(strrchr(static::getName(), '.'), 1);
        FilamentView::registerRenderHook(
            TablesRenderHook::TOOLBAR_START,
            fn (): string => Blade::render(
                "@livewire('filament.toggle-chart-icon-button',
                            [
                                'tableName' => '$name',
                            ]
                        )"
            )
        );
    }
public function mount(): void
    {
        $name = substr(strrchr(static::getName(), '.'), 1);
        FilamentView::registerRenderHook(
            TablesRenderHook::TOOLBAR_START,
            fn (): string => Blade::render(
                "@livewire('filament.toggle-chart-icon-button',
                            [
                                'tableName' => '$name',
                            ]
                        )"
            )
        );
    }
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

Table Filter multiple columns
FilamentFFilament / ❓┊help
3y ago
Toggle all table columns on / off
FilamentFFilament / ❓┊help
3mo ago
Toggle columns grid
FilamentFFilament / ❓┊help
3y ago
Table Filter columns on mobile device
FilamentFFilament / ❓┊help
3y ago