datatables.net-rowreorder-jqui
Advanced tools
Comparing version 1.2.7 to 1.2.8
@@ -0,1 +1,3 @@ | ||
The MIT License (MIT) | ||
Copyright SpryMedia Limited and other contributors | ||
@@ -20,2 +22,2 @@ http://datatables.net | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
THE SOFTWARE. | ||
THE SOFTWARE. |
{ | ||
"name": "datatables.net-rowreorder-jqui", | ||
"version": "1.2.7", | ||
"description": "RowReorder for DataTables with styling for [jQuery UI](http://jqueryui.com/)", | ||
"description": "RowReorder for DataTables with styling for [jQueryUI](http://jqueryui.com/)", | ||
"main": "js/rowReorder.jqueryui.js", | ||
"style": "css/rowReorder.jqueryui.css", | ||
"types": "./types/rowReorder.jQueryUI.d.ts", | ||
"version": "1.2.8", | ||
"files": [ | ||
@@ -9,13 +12,28 @@ "css/**/*.css", | ||
], | ||
"style": "css/rowReorder.jqueryui.css", | ||
"keywords": [ | ||
"row reordering", | ||
"DataTables", | ||
"RowReorder", | ||
"Row Reordering", | ||
"jQuery UI", | ||
"jQueryUI", | ||
"Datatables", | ||
"jQuery", | ||
"table", | ||
"jQuery UI" | ||
"filter", | ||
"sort" | ||
], | ||
"homepage": "https://datatables.net", | ||
"bugs": "https://datatables.net/forums", | ||
"license": "MIT", | ||
"dependencies": { | ||
"jquery": ">=1.7", | ||
"datatables.net-jqui": "^1.10.15", | ||
"datatables.net-rowreorder": "1.2.8" | ||
}, | ||
"moduleType": [ | ||
"globals", | ||
"amd", | ||
"node" | ||
], | ||
"ignore": [ | ||
"composer.json", | ||
"datatables.json", | ||
"package.json" | ||
], | ||
"author": { | ||
@@ -25,12 +43,9 @@ "name": "SpryMedia Ltd", | ||
}, | ||
"dependencies": { | ||
"jquery": ">=1.7", | ||
"datatables.net-jqui": "^1.10.15", | ||
"datatables.net-rowreorder": "1.2.7" | ||
}, | ||
"homepage": "https://datatables.net", | ||
"bugs": "https://datatables.net/forums", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DataTables/Dist-DataTables-RowReorder-jQueryUI.git" | ||
}, | ||
"main": "js/rowReorder.jqueryui.js" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
# RowReorder for DataTables with styling for [jQuery UI](http://jqueryui.com/) | ||
# RowReorder for DataTables with styling for [jQueryUI](http://jqueryui.com/) | ||
This package contains distribution files required to style [RowReorder extension](https://datatables.net/extensions/rowreorder) for [DataTables](https://datatables.net/) with styling for [jQuery UI](http://jqueryui.com/). | ||
This package contains a built distribution of the [RowReorder extension](https://datatables.net/extensions/RowReorder) for [DataTables](https://datatables.net/) with styling for [jQueryUI](http://jqueryui.com/). | ||
@@ -20,7 +20,13 @@ RowReorder adds end user reordering of rows in a DataTable through click-and-drag mouse and touch operations. RowReorder provides full support for Editor allowing end users to update sequential information in a fast and easy manner. | ||
ES3 Syntax | ||
``` | ||
var $ = require( 'jquery' ); | ||
require( 'datatables.net-rowreorder-jqui' )( window, $ ); | ||
var dt = require( 'datatables.net-rowreorder-jqui' )( window, $ ); | ||
``` | ||
ES6 Syntax | ||
``` | ||
import 'datatables.net-rowreorder-jqui' | ||
``` | ||
### bower | ||
@@ -36,3 +42,3 @@ | ||
Full documentation of the DataTables options, API and plug-in interface are available on the DOCS_LINK. The site also contains information on the wide variety of plug-ins that are available for DataTables, which can be used to enhance and customise your table even further. | ||
Full documentation and examples for RowReorder can be found [on the website](https://datatables.net/extensions/rowreorder). | ||
@@ -53,1 +59,2 @@ | ||
This software is released under the [MIT license](//datatables.net/license). You are free to use, modify and distribute this software, but all copyright information must remain. | ||
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
6602
58
+ Addeddatatables.net-rowreorder@1.2.8(transitive)
- Removeddatatables.net-rowreorder@1.2.7(transitive)