From 087c89f1ccb1e2b0a3ed0330773dcd6f6acc0fbe Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 23 May 2024 12:05:47 +0000 Subject: [PATCH] 5409cb063df85deaaf952d962333cef6e061f4d3 Fix: `:visible` on its own as a column selector could incorrectly include hidden columns when used with a complex header. https://datatables.net/forums/discussion/79089 Sync to source repo @5409cb063df85deaaf952d962333cef6e061f4d3 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 90c2efb..bc904ed 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.0.7", - "last-sync": "51b19797b71eb355e827d02e3be041ed9ec999b7" + "last-sync": "5409cb063df85deaaf952d962333cef6e061f4d3" } \ No newline at end of file