Aishan's avatar

Page pagination links reload the entire page and goes on top

I have created my laravel project in which where I used pagination inside the blade everytime I click on the next page it reload the page that make a really annoying exprience for users. Is there anyone who could help me to solve this issue please? PS: I am new to laravel and I have very poor javascript exprience.

0 likes
3 replies
johnDoe220's avatar

Do you mean not to reload the page?if yes,you should use Ajax or livewire or inertia

Aishan's avatar

@johnDoe220 yes, I need the page stop refreshing and going on top of the page each time I click on the button links. I don’t know any of them, could you please guide me or direct me to a source?

johnDoe220's avatar

best source

https://www.w3schools.com/js/js_ajax_intro.asp
https://laracasts.com/series/livewire-basics
https://laracasts.com/series/learn-inertia-with-jeffrey

Please or to participate in this conversation.