JSON gibt die angeforderten Daten korrekt zurück

Es wird an der Tabellenerstellung gearbeitet.
This commit is contained in:
ja
2022-01-18 09:53:45 +01:00
parent 1e50514513
commit 81fd45872e
3 changed files with 1870 additions and 1690 deletions

View File

@@ -368,7 +368,7 @@
this.SDL,
this.Bez,
this.Gueltigbis,
this.kart
this.Kartnr
]);
});
@@ -386,6 +386,7 @@
"data": "{'sEcho': '" + aoData[0].value + "'}",
"success": function (msg) {
fnCallback(msg.d);
alert(msg.d)
}
});
}