When you view a resultpage 2 from a paginated livewire result anbd change the filter or search, the generated result stays on resultpage 2. This is usually not desired. To change this behaviour and reset the Resultpage to page 1 for every new search, you can add this function to your your Livewire model: public […]
Read More… from Laravel Livewire 3: Reset Pagination after search