From fc8131a047107e7e10b1f4e4f2c72e66801f862d Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 16 Jan 2025 12:00:56 +0000 Subject: [PATCH] 7bceadf844166e18631bbf022babaf83887d6956 Fix: If a column data type is null when it is sorted, it should be resolved. This could happen after data has been invalidated (e.g. after column reordering). https://github.com/DataTables/ColReorder/issues/90 Sync to source repo @7bceadf844166e18631bbf022babaf83887d6956 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 6408798..fc2748e 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.2.1", - "last-sync": "11e67902670040579c9399abd88e22799fceb30c" + "last-sync": "7bceadf844166e18631bbf022babaf83887d6956" } \ No newline at end of file