From 4f87c76127871701e998dca8c3e9aa249aa0ee04 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Fri, 27 Sep 2024 13:20:49 +0000 Subject: [PATCH] c711f949ba6a4f3f1383918d12a9b9600a558d57 Fix: Remove the setting of `role="row"` for the header row. https://datatables.net/forums/discussion/79934 Originally added in https://github.com/DataTables/DataTablesSrc/commit/d3de0eee0b27a066360fdaa17488d23c44d943a6 due to a Webkit bug. The body addition was removed a while back, forgot to remove the matching one for the header. Sync to source repo @c711f949ba6a4f3f1383918d12a9b9600a558d57 --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 79307ce..084a12e 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/DataTablesSrc", "last-tag": "2.1.7", - "last-sync": "e86bdad18a2ae35115ee8369bcde9023ad616b35" + "last-sync": "c711f949ba6a4f3f1383918d12a9b9600a558d57" } \ No newline at end of file