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 ?
2 Replies
This might be because your livewire component doesn't seem to have a wire:key set. You could try something like this
Thanks, Dvarilek! I’ll try your answer. Now I’m diving deeper into the Filament docs to find the absolute best solution, register it in the panel provider, and use scopes for the required pages. And what really surprised me was being able to send the current scope to a Livewire component. Oh… Filament never stops surprising me—it's truly amazing.