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