From 4b84cd808456140a29c98f9c1c35fb7a4cd61ea5 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Mon, 2 Sep 2024 15:10:59 +0000 Subject: [PATCH] 369001c7868ab47693b85bc0a42df1de18711c59 Fix: Server-side processing auto type detection is enabled again (was removed in 2.1.0). It will attempt column type detection immediately, which was a large part of the issue before, in that the column type would not be detected until a user requested a column type (e.g. for SearchBuilder). New: Auto column type detection can now be disabled with the new `-init detectType` option. Sync to source repo @369001c7868ab47693b85bc0a42df1de18711c59 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index d7968d6..7c3a92c 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.5", - "last-sync": "d8c8900fbafa42a90aec216397ebf13095c10a20" + "last-sync": "369001c7868ab47693b85bc0a42df1de18711c59" } \ No newline at end of file