@martinbean I'm opening a modal window that displays a result of data. I would proceed like @jlrdw suggested - but in this case I would bypass livewire. I thought there would be an easy way to prevent the url from changing...
Also you would have to use ajax. I load lookup tables in a server fetched partial and the URL remains on parent while paginating in child. Regular page loads, you can't just "not have" the page to go to in the url.
And im looking for showing "?page" in url XD.
livewire pagination works perfectly but it wont show the "?page" in url . it gives me an error in console says
Uncaught (in promise) TypeError: URL is not a constructor
at onlyChangeThePathAndQueryString