jQuery.tableExport
jQuery.tableExport copied to clipboard
download function does not work on Firefox
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);
Please make PR. I will approve it