From 2065c9a11a35ee02b6049b0f7de84f7ee6266c76 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 18 Jul 2024 11:27:01 +0000 Subject: [PATCH] 14257398c0cc2b7b726d6a07c5f3d3fb61890469 Fix: Columns with checkboxes might, or might not, be sorted correctly based on their content when using `orderDataType` and legacy checkboxes. It looks like that this ever worked was a fluke. DataTables treats true and false as "empty" so string sorting wouldn't work, but if the column was (incorrectly) detected as a number it would. This commit makes sure it always sorts correctly. Sync to source repo @14257398c0cc2b7b726d6a07c5f3d3fb61890469 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 5103e35..f3cec70 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/Select", "last-tag": "2.0.3", - "last-sync": "c813e2afb4d1bef1729dfa2e5329861358158295" + "last-sync": "14257398c0cc2b7b726d6a07c5f3d3fb61890469" } \ No newline at end of file