datatables.net-keytable-dt
Advanced tools
Comparing version 2.6.2 to 2.6.3
@@ -5,2 +5,2 @@ /*! | ||
*/ | ||
(function(c){"function"===typeof define&&define.amd?define(["jquery","datatables.net-dt","datatables.net-keytable"],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-dt")(a,b).$;b.fn.dataTable.KeyTable||require("datatables.net-keytable")(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-dt","datatables.net-keytable"],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-dt")(a,b).$);b.fn.dataTable.KeyTable||require("datatables.net-keytable")(a,b);return c(b,a,a.document)}:c(jQuery,window,document)})(function(c,a,b,d){return c.fn.dataTable}); |
@@ -7,3 +7,3 @@ { | ||
"types": "./types/keyTable.dataTables.d.ts", | ||
"version": "2.6.2", | ||
"version": "2.6.3", | ||
"files": [ | ||
@@ -25,5 +25,5 @@ "css/**/*.css", | ||
"dependencies": { | ||
"jquery": ">=1.7", | ||
"datatables.net-dt": "^1.10.15", | ||
"datatables.net-keytable": "2.6.2" | ||
"datatables.net-keytable": ">=2.6.2", | ||
"datatables.net-dt": ">=1.10.25", | ||
"jquery": ">=1.7" | ||
}, | ||
@@ -30,0 +30,0 @@ "moduleType": [ |
# KeyTable for DataTables with styling for [DataTables](https://datatables.net/) | ||
This package contains a built distribution of the [KeyTable extension](https://datatables.net/extensions/KeyTable) for [DataTables](https://datatables.net/) with styling for [DataTables](https://datatables.net/). | ||
This package contains a built distribution of the [KeyTable extension](https://datatables.net/extensions/keytable) for [DataTables](https://datatables.net/) with styling for [DataTables](https://datatables.net/). | ||
@@ -5,0 +5,0 @@ KeyTable allows you to use keyboard navigation on a DataTables enhanced table, like an Excel spreadsheet - a cell shows a focus outline which can be moved using the keyboard or mouse operations. This can be particularly useful in an editable table that uses Editor allowing end users to update data very quickly. |
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
6427
+ Addeddatatables.net@2.2.1(transitive)
+ Addeddatatables.net-dt@2.2.1(transitive)
+ Addeddatatables.net-keytable@2.12.1(transitive)
- Removeddatatables.net@1.13.11(transitive)
- Removeddatatables.net-dt@1.13.11(transitive)
- Removeddatatables.net-keytable@2.6.2(transitive)
Updateddatatables.net-dt@>=1.10.25