Skip to content

Tag: laravel-livewire

Laravel Livewire Pagination

Laravel – 8.6.0 (Jetstream), Livewire – 2.2.7 Among other stuff, I have two simple tables with search input rendered with Livewire. Both Livewire components have almost the same logic, the main difference is DB query format. Everything is working perfectly in one table (search, pagination), but in…