UNPKG

datatables.net-rowreorder-zf

Version:

RowReorder for DataTables with styling for [Foundation](https://get.foundation/)

51 lines 1.32 kB
{ "name": "datatables.net-rowreorder-zf", "description": "RowReorder for DataTables with styling for [Foundation](https://get.foundation/)", "main": "js/rowReorder.foundation.js", "module": "js/rowReorder.foundation.mjs", "style": "css/rowReorder.foundation.css", "types": "./types/rowReorder.foundation.d.ts", "version": "1.5.0", "files": [ "css/**/*.css", "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "RowReorder", "Row Reordering", "Foundation", "Datatables", "jQuery", "table", "filter", "sort" ], "dependencies": { "datatables.net-rowreorder": "1.5.0", "datatables.net-zf": ">=1.11.0", "jquery": ">=1.7" }, "moduleType": [ "globals", "amd", "node" ], "ignore": [ "composer.json", "datatables.json", "package.json" ], "author": { "name": "SpryMedia Ltd", "url": "http://datatables.net" }, "homepage": "https://datatables.net", "bugs": "https://datatables.net/forums", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/DataTables/Dist-DataTables-RowReorder-Foundation.git" } }