1👍
✅
We ended up using EasyDataTable which has a very similiar syntax. Worked like a charm. Data sample:
<template>
<EasyDataTable
:headers="headers"
:items="items"
/>
</template>
0👍
In case anyone else comes along and looks at this, v-data-table in Vuetify 3 is still in development (labs) but you can actually use the development version. Follow the installation instructions to load it into your project.
Source:stackexchange.com