UNPKG

datatables.net-buttons-bs4

Version:

Buttons for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)

44 lines 1.18 kB
{ "name": "datatables.net-buttons-bs4", "description": "Buttons for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)", "main": "js/buttons.bootstrap4.js", "module": "js/buttons.bootstrap4.mjs", "style": "css/buttons.bootstrap4.css", "types": "./types/buttons.bootstrap4.d.ts", "version": "4.0.1", "files": [ "css/**/*.css", "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "Buttons", "Column Visibility", "csv", "excel", "pdf", "print", "Bootstrap", "Bootstrap4", "Datatables", "table", "filter", "sort" ], "dependencies": { "datatables.net-buttons": "4.0.1", "datatables.net-bs4": "^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/Buttons.git" } }