'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
Solution 1:[1]
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.
Solution 2:[2]
This one has the same functionality but it's still maintained. I still don't know if it works with Vue3, though.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | MJ55 |
| Solution 2 | steven2308 |
