Skip to content
Advertisement

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 the second table, there’s a problem with pagination. What’s wrong? When I click

Advertisement