CSV Options adjusted for German MS Office

This commit is contained in:
cgfhtw
2023-10-24 14:16:13 +02:00
parent dc496deadd
commit 73cbaf77f1
@@ -44,7 +44,10 @@ export default {
this.table.replaceData(this.ajaxUrl + (stg || ''));
},
download() {
this.table.download("csv", "data.csv");
this.table.download("csv", "data.csv", {
delimiter: ';',
bom: true
});
},
getHistory() {
if (this.lastHistoryClickedId === null)