arm092 / livewire-datatables

Advanced datatables using Laravel, Livewire, Tailwind CSS and Alpine JS (Fork of MedicOneSystems/livewire-datatables but with updating dependencies and support new Laravel versions in time)
https://livewire-datatables.com/
MIT License
26 stars 11 forks source link

Livewire 3 search fix #20

Closed cmorillo closed 4 months ago

cmorillo commented 5 months ago

on datatables/datatable.blade.php change

<input wire:model.debounce.500ms="search"

to become <input wire:model.live.debounce.500ms="search"