UNPKG

datatables.net-autofill-bs

Version:

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

39 lines 1.05 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": "3.0.0", "files": [ "css/**/*.css", "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "AutoFill", "Excel", "Bootstrap", "Datatables", "table", "filter", "sort" ], "dependencies": { "datatables.net-autofill": "3.0.0", "datatables.net-bs": "^3" }, "author": { "name": "SpryMedia Ltd", "url": "http://datatables.net" }, "homepage": "https://datatables.net", "bugs": "https://datatables.net/forums", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/DataTables/AutoFill.git" } }