diff --git a/datatables.json b/datatables.json
index 065bdf2..eeca604 100644
--- a/datatables.json
+++ b/datatables.json
@@ -14,5 +14,5 @@
],
"src-repo": "http://github.com/DataTables/DataTablesSrc",
"last-tag": "2.0.4",
- "last-sync": "537375f01a4bd4fe342dfe8e1e3bb31ccd6d036d"
+ "last-sync": "10dacba3ab69306f27acd2d1eeeaafab3f2ed4d2"
}
\ No newline at end of file
diff --git a/js/dataTables.bootstrap4.js b/js/dataTables.bootstrap4.js
index c74783e..81770a4 100644
--- a/js/dataTables.bootstrap4.js
+++ b/js/dataTables.bootstrap4.js
@@ -1,5 +1,5 @@
/*! DataTables Bootstrap 4 integration
- * ©2011-2017 SpryMedia Ltd - datatables.net/license
+ * © SpryMedia Ltd - datatables.net/license
*/
(function( factory ){
@@ -50,8 +50,7 @@ var DataTable = $.fn.dataTable;
/**
- * DataTables integration for Bootstrap 4. This requires Bootstrap 4 and
- * DataTables 1.10 or newer.
+ * DataTables integration for Bootstrap 4.
*
* This file sets the defaults and adds options to DataTables to style its
* controls using Bootstrap. See https://datatables.net/manual/styling/bootstrap
diff --git a/js/dataTables.bootstrap4.min.js b/js/dataTables.bootstrap4.min.js
index 5e4e83c..d26bd53 100644
--- a/js/dataTables.bootstrap4.min.js
+++ b/js/dataTables.bootstrap4.min.js
@@ -1,4 +1,4 @@
/*! DataTables Bootstrap 4 integration
- * ©2011-2017 SpryMedia Ltd - datatables.net/license
+ * © SpryMedia Ltd - datatables.net/license
*/
!function(n){var o,r;"function"==typeof define&&define.amd?define(["jquery","datatables.net"],function(e){return n(e,window,document)}):"object"==typeof exports?(o=require("jquery"),r=function(e,t){t.fn.dataTable||require("datatables.net")(e,t)},"undefined"==typeof window?module.exports=function(e,t){return e=e||window,t=t||o(e),r(e,t),n(t,0,e.document)}:(r(window,o),module.exports=n(o,window,window.document))):n(jQuery,window,document)}(function(d,e,t){"use strict";var n=d.fn.dataTable;return d.extend(!0,n.defaults,{renderer:"bootstrap"}),d.extend(!0,n.ext.classes,{container:"dt-container dt-bootstrap4",search:{input:"form-control form-control-sm"},length:{select:"custom-select custom-select-sm form-control form-control-sm"},processing:{container:"dt-processing card"}}),n.ext.renderer.pagingButton.bootstrap=function(e,t,n,o,r){var a=["dt-paging-button","page-item"],o=(o&&a.push("active"),r&&a.push("disabled"),d("
").addClass(a.join(" ")));return{display:o,clicker:d("",{href:r?null:"#",class:"page-link"}).html(n).appendTo(o)}},n.ext.renderer.pagingContainer.bootstrap=function(e,t){return d("").addClass("pagination").append(t)},n.ext.renderer.layout.bootstrap=function(e,t,n){var o=d("",{class:n.full?"row justify-content-md-center":"row justify-content-between"}).appendTo(t);d.each(n,function(e,t){e=t.table?"col-12":"start"===e?"col-md-auto mr-auto":"end"===e?"col-md-auto ml-auto":"col-md";d("",{id:t.id||null,class:e+" "+(t.className||"")}).append(t.contents).appendTo(o)})},n});
\ No newline at end of file
diff --git a/js/dataTables.bootstrap4.min.mjs b/js/dataTables.bootstrap4.min.mjs
index 4a889ea..f13d16c 100644
--- a/js/dataTables.bootstrap4.min.mjs
+++ b/js/dataTables.bootstrap4.min.mjs
@@ -1,4 +1,4 @@
/*! DataTables Bootstrap 4 integration
- * ©2011-2017 SpryMedia Ltd - datatables.net/license
+ * © SpryMedia Ltd - datatables.net/license
*/
import jQuery from"jquery";import DataTable from"datatables.net";let $=jQuery;$.extend(!0,DataTable.defaults,{renderer:"bootstrap"}),$.extend(!0,DataTable.ext.classes,{container:"dt-container dt-bootstrap4",search:{input:"form-control form-control-sm"},length:{select:"custom-select custom-select-sm form-control form-control-sm"},processing:{container:"dt-processing card"}}),DataTable.ext.renderer.pagingButton.bootstrap=function(t,e,a,o,n){var r=["dt-paging-button","page-item"],o=(o&&r.push("active"),n&&r.push("disabled"),$("").addClass(r.join(" ")));return{display:o,clicker:$("",{href:n?null:"#",class:"page-link"}).html(a).appendTo(o)}},DataTable.ext.renderer.pagingContainer.bootstrap=function(t,e){return $("").addClass("pagination").append(e)},DataTable.ext.renderer.layout.bootstrap=function(t,e,a){var o=$("",{class:a.full?"row justify-content-md-center":"row justify-content-between"}).appendTo(e);$.each(a,function(t,e){t=e.table?"col-12":"start"===t?"col-md-auto mr-auto":"end"===t?"col-md-auto ml-auto":"col-md";$("",{id:e.id||null,class:t+" "+(e.className||"")}).append(e.contents).appendTo(o)})};export default DataTable;
\ No newline at end of file
diff --git a/js/dataTables.bootstrap4.mjs b/js/dataTables.bootstrap4.mjs
index e39e83c..e42be06 100644
--- a/js/dataTables.bootstrap4.mjs
+++ b/js/dataTables.bootstrap4.mjs
@@ -1,5 +1,5 @@
/*! DataTables Bootstrap 4 integration
- * ©2011-2017 SpryMedia Ltd - datatables.net/license
+ * © SpryMedia Ltd - datatables.net/license
*/
import jQuery from 'jquery';
@@ -10,8 +10,7 @@ let $ = jQuery;
/**
- * DataTables integration for Bootstrap 4. This requires Bootstrap 4 and
- * DataTables 1.10 or newer.
+ * DataTables integration for Bootstrap 4.
*
* This file sets the defaults and adds options to DataTables to style its
* controls using Bootstrap. See https://datatables.net/manual/styling/bootstrap