Level 3
You could use: action (function ($data, $livewire): void { $livewire->resetTable(); })
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi, I have a Livewire component page with some buttons and a Filament Table component. How can I refresh the Table from one of the buttons on the view? Can anyone put me in the right direction to solve the problem?
Thanks in advance!
Please or to participate in this conversation.