🎉 Enjoying this package? Consider sponsoring me on GitHub or buying me a beer.
This is the documentation for v1 but the latest version is v4. You can switch versions in the menu on the left/at the top. Check your current version with the following command:
composer show rappasoft/laravel-livewire-tables
Polling to refresh
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) |