From d1c3e7230ee6e6354cb59db39b100561e0dc9b91 Mon Sep 17 00:00:00 2001 From: dtbuild Date: Wed, 9 Oct 2024 15:15:53 +0000 Subject: [PATCH] 927745f3bd0ed891a69e8c006d0de368bf115a85 New: Buttons with a split can now be enabled and disabled like normal buttons New: Split button will disable automatically if there are no enabled buttons inside it, and then enable itself if a button is enabled (e.g. from an action such as selecting a row in the table). 7db9c8c69204a0391179fa7bcac67116df10a470 Fix: Clicking on a button from a split list will now cause the collection to hide. 70c236b07d2fb7c41887b178e59c10c3258fe9ab Merge branch 'master' of github.com:DataTables/Buttons Sync to source repo @70c236b07d2fb7c41887b178e59c10c3258fe9ab --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 37108d1..cdd22bb 100644 --- a/datatables.json +++ b/datatables.json @@ -14,5 +14,5 @@ ], "src-repo": "http://github.com/DataTables/Buttons", "last-tag": "3.1.2", - "last-sync": "822bb21ef766a967c1d99819d00aa273d2001b30" + "last-sync": "70c236b07d2fb7c41887b178e59c10c3258fe9ab" } \ No newline at end of file