Datatable pagination issue

What seems to be the problem:

I’ve followed the Laracasts datatable tutorial, and everything works except that the pagination links are a bit screwy. They work, but I have to click on them twice to change the page. It’s really weird.

Steps to Reproduce:

Open page with datatable, page loads find. Click on link for page 2, nothing happens (although the URL in the address bar does change). Click the page 2 link a second time, this time the page changes. This is the same for every page (e.g. going back to Page 1, same thing happens)

Are you using the latest version of Livewire: Yes

Do you have any screenshots or code examples: live example here: https://pe-pre-prod.uksouth.cloudapp.azure.com/units/ijaaf/sentai

It seems some other scripts may be interfering with Livewire, can you disable Vue, for instance, and test?

Good idea, but that didn’t help.

I just commented out all of the references to JQuery and Vue that are still in my dev environment, and it hasn’t made any difference - the behaviour is still the same.

That’s odd. You can check a full functional project here, that I forked to add pagination and sorting: https://github.com/sjardim/laravel-livewire-demo

It may help you :slight_smile: