🎉 Enjoying this package? Consider sponsoring me on GitHub or buying me a beer.
This is the documentation for v1 but the latest version is v3. 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
Search box properties
If you want to control how the search input acts, you can set the following properties:
Property | Default | Options | Usage |
---|---|---|---|
$searchFilterDebounce | null | null/int | Adds a debounce of $searchFilterDebounce ms to the search input |
$searchFilterDefer | null | null/bool | Adds .defer to the search input |
$searchFilterLazy | null | null/bool | Adds .lazy to the search input |