It would be very useful if we were allowed to update the current page only programatically for async data. Instead of changing the page on click, only emit an event so that we can send a request, and on success, we upate the current page. That way, in case there's an error, the pagination isn't stuck on the wrong page.