From 184f5200583bc23640a14d19ca88d1ea10b59aef Mon Sep 17 00:00:00 2001 From: dtbuild Date: Wed, 23 Oct 2024 08:55:36 +0000 Subject: [PATCH] 079d776d2c7eaf9f0131b195d41da7afccc8e3dd Fix: `tabindex` for keyboard accessability wasn't being applied correctly Fix: `tabindex` could incorrectly be applied to the final column when Ajax loading data https://github.com/DataTables/Responsive/pull/135 Sync to source repo @079d776d2c7eaf9f0131b195d41da7afccc8e3dd --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index ba6d161..c349911 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/Responsive", "last-tag": "3.0.3", - "last-sync": "f0d38e6f1e3405f2e626eec16263186c79855aa3" + "last-sync": "079d776d2c7eaf9f0131b195d41da7afccc8e3dd" } \ No newline at end of file