UNPKG

datatables.net-searchbuilder-bs5

Version:

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

41 lines 1.14 kB
{ "name": "datatables.net-searchbuilder-bs5", "description": "SearchBuilder for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)", "main": "js/searchBuilder.bootstrap5.js", "module": "js/searchBuilder.bootstrap5.mjs", "style": "css/searchBuilder.bootstrap5.css", "types": "./types/searchBuilder.bootstrap5.d.ts", "version": "2.0.0", "files": [ "css/**/*.css", "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "SearchBuilder", "Filtering", "Search", "Bootstrap", "Bootstrap5", "Datatables", "table", "filter", "sort" ], "dependencies": { "datatables.net-searchbuilder": "2.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/SearchBuilder.git" } }