UNPKG

datatables.net-autofill-bs5

Version:

AutoFill for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)

40 lines 1.07 kB
{ "name": "datatables.net-autofill-bs5", "description": "AutoFill for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)", "main": "js/autoFill.bootstrap5.js", "module": "js/autoFill.bootstrap5.mjs", "style": "css/autoFill.bootstrap5.css", "types": "./types/autoFill.bootstrap5.d.ts", "version": "3.0.0", "files": [ "css/**/*.css", "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "AutoFill", "Excel", "Bootstrap", "Bootstrap5", "Datatables", "table", "filter", "sort" ], "dependencies": { "datatables.net-autofill": "3.0.0", "datatables.net-bs5": "^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" } }