Robert Osses
Robert Osses

Reputation: 81

Export to excel on vuetify data table

the thing is i cant find how to export de data from this vuetify datatable to excel.

You can see the code and documentation here: https://vuetifyjs.com/en/components/data-tables#data-table

Upvotes: 5

Views: 27662

Answers (2)

steven2308
steven2308

Reputation: 2521

This one has the same functionality but it's still maintained. I still don't know if it works with Vue3, though.

Upvotes: 0

MJ55
MJ55

Reputation: 281

There is no support to export data table to excel in vuetify. Either you have do it manually or you have to use any other library or plugin for vue to export it. This one seems like good option to do it.

https://github.com/dwqs/js2excel

Upvotes: 3

Related Questions