Available for select projects New York · Working worldwide
Rappasoft LLC
Menu

Laravel Livewire Tables / Documentation / v1

Polling to refresh

Installation, configuration, and usage guidance maintained with the project.

If you would like the component to refresh at an interval you can set the $refresh class property:

Property Default Options Usage
$refresh false false/int/string Whether or not to refresh the table at a certain interval. false = off, int = ms, string = functionCall (if the string is keep-alive it will use wire:poll.keep-alive, if the string is visible it will use wire:poll.visible)