jQuery.tableExport icon indicating copy to clipboard operation
jQuery.tableExport copied to clipboard

download function does not work on Firefox

Open peilian opened this issue 7 years ago • 1 comments
trafficstars

The download function does not work on Firefox, update code as following should solve the issue. var a = document.createElement('a'); document.body.appendChild(a);

peilian avatar Jan 11 '18 16:01 peilian

Please make PR. I will approve it

Archakov06 avatar Feb 12 '18 18:02 Archakov06