Removing "?page" from paginated livewire view

591 Views Asked by At

simple question: Can I "mute" a livewire pagination somehow so that there won't be any visible url-query changes like "?page=X"? I just want the app to paginate without showing the current page in the url. How can I do that?

Thank you for any help.

1

There are 1 best solutions below

0
On

You have two options: either you have to use a custom pagination or you have to replace your URL with JavaScript.

Replace URL