By default, the groups initiated by the group-by property are sorted alphabetically, but I just want it to keep the original order or set it manually. How to configure v-data-table groups order ?
<v-data-table
:headers="headers"
:items="questions"
:item-class="rowClass"
:group-by="'group'"
disable-pagination
hide-default-footer
>