Merge branch 'feature-33948/Studstatus_CSV_Export'

This commit is contained in:
Harald Bamberger
2023-10-27 10:47:10 +02:00
@@ -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)