Export to excel on vuetify data table

Viewed 20101
2 Answers

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

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

Related