We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a891806 commit 56f3cd5Copy full SHA for 56f3cd5
1 file changed
tableExport.js
@@ -75,7 +75,7 @@ THE SOFTWARE.*/
75
console.log(tdData);
76
}
77
var base64data = "base64," + $.base64.encode(tdData);
78
- window.open('data:application/'+defaults.type+';filename=exportData;' + base64data);
+ window.open('data:text/'+defaults.type+';filename=exportData;' + base64data);
79
}else if(defaults.type == 'sql'){
80
81
// Header
0 commit comments