datatables.net-fixedcolumns-dt
Advanced tools
Comparing version 4.3.0 to 5.0.0
@@ -50,3 +50,3 @@ /*! DataTables integration for DataTables' FixedColumns | ||
} | ||
}(function( $, window, document, undefined ) { | ||
}(function( $, window, document ) { | ||
'use strict'; | ||
@@ -53,0 +53,0 @@ var DataTable = $.fn.dataTable; |
/*! DataTables integration for DataTables' FixedColumns | ||
* © SpryMedia Ltd - datatables.net/license | ||
*/ | ||
!function(t){var d,o;"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-fixedcolumns"],function(e){return t(e,window,document)}):"object"==typeof exports?(d=require("jquery"),o=function(e,n){n.fn.dataTable||require("datatables.net-dt")(e,n),n.fn.dataTable.FixedColumns||require("datatables.net-fixedcolumns")(e,n)},"undefined"==typeof window?module.exports=function(e,n){return e=e||window,n=n||d(e),o(e,n),t(n,0,e.document)}:(o(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,o;"function"==typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-fixedcolumns"],function(e){return t(e,window,document)}):"object"==typeof exports?(d=require("jquery"),o=function(e,n){n.fn.dataTable||require("datatables.net-dt")(e,n),n.fn.dataTable.FixedColumns||require("datatables.net-fixedcolumns")(e,n)},"undefined"==typeof window?module.exports=function(e,n){return e=e||window,n=n||d(e),o(e,n),t(n,0,e.document)}:(o(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/fixedColumns.dataTables.d.ts", | ||
"version": "4.3.0", | ||
"version": "5.0.0", | ||
"files": [ | ||
@@ -25,4 +25,4 @@ "css/**/*.css", | ||
"dependencies": { | ||
"datatables.net-fixedcolumns": ">=4.2.2", | ||
"datatables.net-dt": ">=1.13.4", | ||
"datatables.net-fixedcolumns": "5.0.0", | ||
"datatables.net-dt": ">=2.0.0", | ||
"jquery": ">=1.7" | ||
@@ -29,0 +29,0 @@ }, |
@@ -1,3 +0,5 @@ | ||
/*! DataTables integration for DataTables' FixedColumns | ||
* © SpryMedia Ltd - datatables.net/license | ||
*/ | ||
import DataTable from 'datatables.net-fixedcolumns'; | ||
export default DataTable; | ||
export * from 'datatables.net-fixedcolumns'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11860
151
+ Addeddatatables.net-fixedcolumns@5.0.0(transitive)
- Removeddatatables.net-fixedcolumns@5.0.4(transitive)
Updateddatatables.net-dt@>=2.0.0