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.
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.
You have two options: either you have to use a custom pagination or you have to replace your URL with JavaScript.