Table Polling

I have a filament table with live statistics of some servers, is it possible to add constant polling to the Table?
Solution:
$table->poll()
Jump to solution
4 Replies
Solution
fmarcoux96
fmarcoux962mo ago
$table->poll()
TheRealDomm
TheRealDommOP2mo ago
Sweet, I will try this. Can I also set the interval with the static value in the php class or does this not work?
fmarcoux96
fmarcoux962mo ago
The method takes a parameter for the interval if my memory serves. I use it quite often for real-time data.
TheRealDomm
TheRealDommOP2mo ago
Thanks a lot! It does take parameters

Did you find this page helpful?