datatables.net-buttons-dt
Advanced tools
Comparing version 2.2.0 to 2.2.1
{ | ||
"name": "datatables.net-buttons-dt", | ||
"version": "2.2.0", | ||
"description": "Buttons for DataTables ", | ||
"description": "Buttons for DataTables with styling for [DataTables](https://datatables.net/)", | ||
"main": "js/buttons.dataTables.js", | ||
"style": "css/buttons.dataTables.css", | ||
"types": "./types/buttons.dataTables.d.ts", | ||
"version": "2.2.1", | ||
"files": [ | ||
"css/buttons.dataTables.css" | ||
"css/**/*.css", | ||
"js/**/*.js", | ||
"types/**/*.d.ts" | ||
], | ||
"style": "css/buttons.dataTables.css", | ||
"keywords": [ | ||
"buttons", | ||
"Buttons", | ||
"Column Visibility", | ||
"csv", | ||
"excel", | ||
"pdf", | ||
"csv", | ||
"column visibility", | ||
"print", | ||
"DataTables", | ||
"Datatables", | ||
"jQuery", | ||
"table", | ||
"DataTables" | ||
"filter", | ||
"sort" | ||
], | ||
"homepage": "https://datatables.net", | ||
"bugs": "https://datatables.net/forums", | ||
"license": "MIT", | ||
"dependencies": { | ||
"datatables.net-buttons": ">=2.0.1", | ||
"datatables.net-dt": ">=1.11.3", | ||
"jquery": ">=1.7" | ||
}, | ||
"moduleType": [ | ||
"globals", | ||
"amd", | ||
"node" | ||
], | ||
"ignore": [ | ||
"composer.json", | ||
"datatables.json", | ||
"package.json" | ||
], | ||
"author": { | ||
@@ -28,7 +45,5 @@ "name": "SpryMedia Ltd", | ||
}, | ||
"dependencies": { | ||
"jquery": ">=1.7", | ||
"datatables.net": ">=1.10.9", | ||
"datatables.net-buttons": ">=1.0.3" | ||
}, | ||
"homepage": "https://datatables.net", | ||
"bugs": "https://datatables.net/forums", | ||
"license": "MIT", | ||
"repository": { | ||
@@ -35,0 +50,0 @@ "type": "git", |
@@ -1,4 +0,4 @@ | ||
# Buttons for DataTables | ||
# Buttons for DataTables with styling for [DataTables](https://datatables.net/) | ||
This package contains distribution files required to style [Buttons extension](https://datatables.net/extensions/buttons) for [DataTables](https://datatables.net/) . | ||
This package contains a built distribution of the [Buttons extension](https://datatables.net/extensions/buttons) for [DataTables](https://datatables.net/) with styling for [DataTables](https://datatables.net/). | ||
@@ -20,7 +20,13 @@ The Buttons extension for DataTables provides a common set of options, API methods and styling to display buttons on a page that will interact with a DataTable. It also provides plug-ins for file export (HTML5 and Flash), print view and column visibility. Other libraries, such as Editor and Select also provide buttons specific to their use cases. | ||
ES3 Syntax | ||
``` | ||
var $ = require( 'jquery' ); | ||
require( 'datatables.net-buttons-dt' )( window, $ ); | ||
var dt = require( 'datatables.net-buttons-dt' )( window, $ ); | ||
``` | ||
ES6 Syntax | ||
``` | ||
import 'datatables.net-buttons-dt' | ||
``` | ||
### bower | ||
@@ -36,3 +42,3 @@ | ||
Full documentation of the DataTables options, API and plug-in interface are available on the DOCS_LINK. The site also contains information on the wide variety of plug-ins that are available for DataTables, which can be used to enhance and customise your table even further. | ||
Full documentation and examples for Buttons can be found [on the website](https://datatables.net/extensions/buttons). | ||
@@ -53,1 +59,2 @@ | ||
This software is released under the [MIT license](//datatables.net/license). You are free to use, modify and distribute this software, but all copyright information must remain. | ||
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
39970
8
686
58
+ Addeddatatables.net-dt@>=1.11.3
+ Addeddatatables.net-dt@2.1.8(transitive)
- Removeddatatables.net@>=1.10.9