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