In the Vuetify v-data-table examples, when the user clicks on a data table's column heading, the table is sorted first in the column's ascending order. Upon a second click of the heading, the table is sorted in the column's descending order.
I would like to reverse the order of sorting: first click causes sort by descending order, second click causes sort by ascending order.
Is there a way to do this with Vuetify's v-data-table?