From 0eef7cb324212b4eb4822a054d65efd09066ccb2 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 20 Sep 2024 09:15:49 +0000 Subject: [PATCH] 31f2488df2fac6a551a657109c4484fb470401ef Fix: `null` in a column that is detected as a string with a diacritic would throw a JS error when sorting. https://datatables.net/forums/discussion/79878 83082b39ab4ae5912d1221b9df04ae5f21593997 Merge branch 'master' of github.com:DataTables/DataTablesSrc 8c7e8da4da1435627f8eb1881c0db897db28b55a Docs: Tweak to `column().search()` docs Sync to source repo @8c7e8da4da1435627f8eb1881c0db897db28b55a --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index ce7fe7f..ce09af6 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.6", - "last-sync": "f181926d2ebcb27e3b8004964235d37891778950" + "last-sync": "8c7e8da4da1435627f8eb1881c0db897db28b55a" } \ No newline at end of file