From dfe28c4854bb780a11e61d198afe99e99c9a1d2a Mon Sep 17 00:00:00 2001 From: dtbuild Date: Tue, 7 May 2024 09:30:51 +0000 Subject: [PATCH] 23fb4c6564a77111d65125827a81806622fdcd36 Fix: ColReorder would throw an error after a row had been deleted Error occurred due to not correctly handling DataTables 2's sparse array https://datatables.net/forums/discussion/78930 Sync to source repo @23fb4c6564a77111d65125827a81806622fdcd36 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 348541f..3942536 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/ColReorder", "last-tag": "2.0.1", - "last-sync": "0cd16741af2a707f6e632b15d816e62270cd5950" + "last-sync": "23fb4c6564a77111d65125827a81806622fdcd36" } \ No newline at end of file