From 177b503f800a003cfc81dcdaf2aafd02b414f87a Mon Sep 17 00:00:00 2001 From: dtbuild Date: Thu, 24 Oct 2024 11:20:49 +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 ad44681..e9558a2 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