From 513933e273d93b31ebc7f6d48c997fda81b0d49a Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 24 Oct 2024 11:20:56 +0000 Subject: [PATCH] 3396fc6ed6ff6be2346e557b89383a69e4813c6f New: `-api DataTable.use()` can now have Bootstrap (5) and Foundation JS libraries set so extensions such as Editor and Responsive can use the JS function (e.g. Modal). They had their own methods for that in the past (which will work for backwards compatibility), but this provides a single common approach for all libraries that DataTables components can use. Sync to source repo @3396fc6ed6ff6be2346e557b89383a69e4813c6f --- datatables.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datatables.json b/datatables.json index 0a7a05c..0f94d00 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": "e412ed5850e072210e68dba7a701a3291c64e88c" + "last-sync": "3396fc6ed6ff6be2346e557b89383a69e4813c6f" } \ No newline at end of file