esvit / ng-table-export

Export data from ngTable to CSV
BSD 3-Clause "New" or "Revised" License
44 stars 95 forks source link

Download file does not include .csv extension #9

Open fizerkhan opened 10 years ago

fizerkhan commented 10 years ago

When i tried to download a csv file, it download a file with extension(file name as download).

serrati commented 10 years ago

The problem is in Chrome, When you try in Firefox, works fine!

davisford commented 10 years ago

The HTML5 download attribute works fine for me in Chrome and Firefox, but Safari doesn't support it.

fizerkhan commented 10 years ago

@davisford Thanks, I tried download attribute. It does not work in certain chrome version even though it supports HTML5.