From b5d0bc0e6ba8a80411caac7e4247b983ef0043f6 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 2 May 2024 15:45:37 +0000 Subject: [PATCH] f177bf68c48474da299b8339e672e3035aed45a0 Fix: A `` inside the first row of the `` of the DataTable could cause issues when used with scrolling The selector wasn't tight enough and would pick up the child table. Sync to source repo @f177bf68c48474da299b8339e672e3035aed45a0 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 250121b..a116294 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.0.5", - "last-sync": "c5082522d26409699bb6f505e2f2f6bb544de125" + "last-sync": "f177bf68c48474da299b8339e672e3035aed45a0" } \ No newline at end of file