From db4975c6d0ee0bff2fa7c273f7cd0eeb2a105471 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Mon, 18 Nov 2024 16:21:09 +0000 Subject: [PATCH] af56fe2f5c503326649979415761e9ad394fab5f Fix: `DataTable.ext.classes.thead.row` wouldn't apply to a header row that had been dynamically created by DataTables (only to existing header rows). The same with `.tfoot.row` as well. https://github.com/DataTables/DataTablesSrc/issues/305 Sync to source repo @af56fe2f5c503326649979415761e9ad394fab5f --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index b62bb20..5a1929e 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.8", - "last-sync": "b36b84d58cc245eb0b1509164be6f74f083c1193" + "last-sync": "af56fe2f5c503326649979415761e9ad394fab5f" } \ No newline at end of file