datatables.net-colreorder-bs4
Advanced tools
Comparing version 1.5.4 to 1.5.5
@@ -5,2 +5,2 @@ /*! | ||
*/ | ||
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-colreorder"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);if(!b||!b.fn.dataTable)b=require("datatables.net-bs4")(a,b).$;b.fn.dataTable.ColReorder||require("datatables.net-colreorder")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c){return c.fn.dataTable}); | ||
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-bs4","datatables.net-colreorder"],function(a){return c(a,window,document)}):"object"===typeof exports?module.exports=function(a,b){a||(a=window);b&&b.fn.dataTable||(b=require("datatables.net-bs4")(a,b).$);b.fn.dataTable.ColReorder||require("datatables.net-colreorder")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable}); |
@@ -7,6 +7,7 @@ { | ||
"types": "./types/colReorder.bootstrap4.d.ts", | ||
"version": "1.5.4", | ||
"version": "1.5.5", | ||
"files": [ | ||
"css/**/*.css", | ||
"js/**/*.js" | ||
"js/**/*.js", | ||
"types/**/*.d.ts" | ||
], | ||
@@ -25,5 +26,5 @@ "keywords": [ | ||
"dependencies": { | ||
"jquery": ">=1.7", | ||
"datatables.net-bs4": "^1.10.15", | ||
"datatables.net-colreorder": "1.5.4" | ||
"datatables.net-colreorder": ">=1.5.4", | ||
"datatables.net-bs4": ">=1.11.3", | ||
"jquery": ">=1.7" | ||
}, | ||
@@ -30,0 +31,0 @@ "moduleType": [ |
# ColReorder for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/) | ||
This package contains a built distribution of the [ColReorder extension](https://datatables.net/extensions/ColReorder) for [DataTables](https://datatables.net/) with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/). | ||
This package contains a built distribution of the [ColReorder extension](https://datatables.net/extensions/colreorder) for [DataTables](https://datatables.net/) with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/). | ||
@@ -5,0 +5,0 @@ ColReorder allows the end user to modify the column order of a table through drop-and-drag of column headers. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6347
8
+ Addeddatatables.net@2.1.8(transitive)
+ Addeddatatables.net-bs4@3.2.2(transitive)
+ Addeddatatables.net-colreorder@2.0.4(transitive)
- Removeddatatables.net@1.13.11(transitive)
- Removeddatatables.net-bs4@1.13.11(transitive)
- Removeddatatables.net-colreorder@1.5.4(transitive)
Updateddatatables.net-bs4@>=1.11.3