In my vuejs2 project, I am utilizing a v-data-table to display information in columns about a large number of users. Each page shows 25 users, with a total exceeding 60,000 individuals. I am wondering if there is a way to retrieve the list of users currently displayed on the page, even after sorting through one of the columns. Does v-data-table provide a feature for this, or do I need to manually calculate it taking into account the sorting process?