Skip to content
Snippets Groups Projects
Commit 08ed9cbd authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon: Committed by Reiter, Christoph
Browse files

Set filename for export explicitly

(I look to you Chrome!) See issue #1
parent 9daa2b18
No related branches found
No related tags found
No related merge requests found
......@@ -102,11 +102,13 @@ class DataTableView extends LitElement {
extend: 'csvHtml5',
text: 'CSV',
title: this.exportName,
filename: this.exportName,
},
{
extend: 'excelHtml5',
text: 'XSLX',
title: this.exportName,
filename: this.exportName,
},
{
extend: 'print',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment