6

When is vuetify 3 going to support v-data-table in vue3?

i have tried to us vuetify 3.0 beta and apparently it doesn't support v-data-table with vue 3. Is there a schedule for this? I'm stuck with the migrations as my apps uses this table as a main feature in the main page.

Dónal
  • 185,044
  • 174
  • 569
  • 824
Yochai Tamir
  • 61
  • 1
  • 3

2 Answers2

3

According to this comment on Github, data table will not be part of vuetify 3.0 but 3.1.

some-user
  • 3,888
  • 5
  • 19
  • 43
  • 3
    and that will come maybe in 2 years :D the whole situation with vuetify's update to Vue 3 is a mess. Lots of people have dropped vuetify from their projects because it was faster to switch than to wait for them to finally come up with anything usable – hazelnutek Nov 14 '22 at 14:23
  • What would be a recommended Vue3 framework to ann app which deals with a lot of tables? Do you think is it worth to downgrade to Vue2 and then use Vuetify? – Lorenzo Simonassi Nov 17 '22 at 14:40
  • I would give primevue a look. – some-user Nov 18 '22 at 08:56
1

It is available as part of Vuetify Labs which contains components being worked on. You can import it separately as per the example and works relatively well already if your table is not too complex

Lukas Rossa
  • 367
  • 4
  • 16