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

Laravel Livewire Tables / Documentation / v1

Search box properties

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

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