Widgets only update when the you are looking at the page
Is it possible to override this, and make the page update even when you are not looking at the page?
Solution:Jump to solution
try set
protected static ?string $pollingInterval = 'keep-alive';
not tested ofc π
ref:...Laravel
wire:poll | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
4 Replies
Any help?
Solution
try set
protected static ?string $pollingInterval = 'keep-alive';
not tested ofc π
ref:
https://livewire.laravel.com/docs/wire-poll#background-throttlingLaravel
wire:poll | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
i forget to ask is it a widget or table?
for table
->poll('keep-alive');
Its for a widget!
I will try this out!
Yes, this worked! Thank you