UNPKG

datatables.net-autofill-bs

Version:

AutoFill for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)

51 lines 1.29 kB
{ "name": "datatables.net-autofill-bs", "description": "AutoFill for DataTables with styling for [Bootstrap](https://getbootstrap.com/docs/3.3/)", "main": "js/autoFill.bootstrap.js", "module": "js/autoFill.bootstrap.mjs", "style": "css/autoFill.bootstrap.css", "types": "./types/autoFill.bootstrap.d.ts", "version": "2.7.0", "files": [ "css/**/*.css", "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "AutoFill", "Excel", "Bootstrap", "Datatables", "jQuery", "table", "filter", "sort" ], "dependencies": { "datatables.net-autofill": "2.7.0", "datatables.net-bs": ">=1.11", "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-AutoFill-Bootstrap.git" } }