datatables.net-fixedheader-bs5
Advanced tools
Comparing version
@@ -50,3 +50,3 @@ /*! Bootstrap 5 styling wrapper for FixedHeader | ||
} | ||
}(function( $, window, document, undefined ) { | ||
}(function( $, window, document ) { | ||
'use strict'; | ||
@@ -53,0 +53,0 @@ var DataTable = $.fn.dataTable; |
/*! Bootstrap 5 styling wrapper for FixedHeader | ||
* © SpryMedia Ltd - datatables.net/license | ||
*/ | ||
!function(t){var d,a;"function"==typeof define&&define.amd?define(["jquery","datatables.net-bs5","datatables.net-fixedheader"],function(e){return t(e,window,document)}):"object"==typeof exports?(d=require("jquery"),a=function(e,n){n.fn.dataTable||require("datatables.net-bs5")(e,n),n.fn.dataTable.FixedHeader||require("datatables.net-fixedheader")(e,n)},"undefined"==typeof window?module.exports=function(e,n){return e=e||window,n=n||d(e),a(e,n),t(n,0,e.document)}:(a(window,d),module.exports=t(d,window,window.document))):t(jQuery,window,document)}(function(e,n,t,d){"use strict";return e.fn.dataTable}); | ||
!function(t){var d,a;"function"==typeof define&&define.amd?define(["jquery","datatables.net-bs5","datatables.net-fixedheader"],function(e){return t(e,window,document)}):"object"==typeof exports?(d=require("jquery"),a=function(e,n){n.fn.dataTable||require("datatables.net-bs5")(e,n),n.fn.dataTable.FixedHeader||require("datatables.net-fixedheader")(e,n)},"undefined"==typeof window?module.exports=function(e,n){return e=e||window,n=n||d(e),a(e,n),t(n,0,e.document)}:(a(window,d),module.exports=t(d,window,window.document))):t(jQuery,window,document)}(function(e,n,t){"use strict";return e.fn.dataTable}); |
@@ -8,3 +8,3 @@ { | ||
"types": "./types/fixedHeader.bootstrap5.d.ts", | ||
"version": "3.4.0", | ||
"version": "4.0.0", | ||
"files": [ | ||
@@ -29,4 +29,4 @@ "css/**/*.css", | ||
"dependencies": { | ||
"datatables.net-fixedheader": ">=3.3.2", | ||
"datatables.net-bs5": ">=1.13.4", | ||
"datatables.net-fixedheader": "4.0.0", | ||
"datatables.net-bs5": ">=2.0.0", | ||
"jquery": ">=1.7" | ||
@@ -33,0 +33,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8225
-1.17%86
-1.15%+ Added
- Removed
Updated