UNPKG

datatables.net-buttons-zf

Version:

Buttons for DataTables with styling for [Foundation](https://get.foundation/)

43 lines 1.11 kB
{ "name": "datatables.net-buttons-zf", "description": "Buttons for DataTables with styling for [Foundation](https://get.foundation/)", "main": "js/buttons.foundation.js", "module": "js/buttons.foundation.mjs", "style": "css/buttons.foundation.css", "types": "./types/buttons.foundation.d.ts", "version": "4.0.1", "files": [ "css/**/*.css", "js/**/*.js", "js/**/*.mjs", "types/**/*.d.ts" ], "keywords": [ "Buttons", "Column Visibility", "csv", "excel", "pdf", "print", "Foundation", "Datatables", "table", "filter", "sort" ], "dependencies": { "datatables.net-buttons": "4.0.1", "datatables.net-zf": "^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" } }