Date: 2024-10-29 16:42:59
Score: 0.5
Natty:
Using Livewire 3, you can prevent the scroll to top like this:
{{ $posts->links(data: ['scrollTo' => false]) }}
https://livewire.laravel.com/docs/pagination
Reasons:
- Probably link only (1):
- Low length (1):
- Has code block (-0.5):
- High reputation (-1):
Posted by: Clément Baconnier