From 40fb184e367b1042530c29d63a6a5cdd4b2505a9 Mon Sep 17 00:00:00 2001 From: ja Date: Mon, 10 Jan 2022 08:18:46 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderungen=20LKWs=20Ajax=20Request=20bekom?= =?UTF-8?q?mt=20Daten?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Customers/LKWs.aspx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Customers/LKWs.aspx b/Customers/LKWs.aspx index 7da5493..d6e4883 100644 --- a/Customers/LKWs.aspx +++ b/Customers/LKWs.aspx @@ -354,7 +354,8 @@ function OnSuccess(success) { alert('horray! 200 status code!'); addheader(); - for (let i = 0; i < success.length; i++) { + alert(success.rows.length) + for (let i = 0; i < success.rows.length; i++) { let row = $('' + success[i].SDL + '' + success[i].Bez + '' + success[i].DateGueltig + '' + success[i].KartNr + ''); table.append(row); }