New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

datatables.net-buttons-bs4

Package Overview
Dependencies
Maintainers
0
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datatables.net-buttons-bs4 - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

4

package.json

@@ -8,3 +8,3 @@ {

"types": "./types/buttons.bootstrap4.d.ts",
"version": "3.2.0",
"version": "3.2.1",
"files": [

@@ -32,3 +32,3 @@ "css/**/*.css",

"dependencies": {
"datatables.net-buttons": "3.2.0",
"datatables.net-buttons": "3.2.1",
"datatables.net-bs4": "^2",

@@ -35,0 +35,0 @@ "jquery": ">=1.7"

# Buttons for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
This package contains a built distribution of the [Buttons extension](https://datatables.net/extensions/buttons) for [DataTables](https://datatables.net/) with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/).
This is the distribution package for the [Buttons extension](https://datatables.net/extensions/buttons) for [DataTables](https://datatables.net/) with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/).

@@ -12,32 +12,28 @@ 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.

For inclusion of this library using a standard `<script>` tag, rather than using this package, it is recommended that you use the [DataTables download builder](//datatables.net/download) which can create CDN or locally hosted packages for you, will all dependencies satisfied.
To use DataTables with a simple `<script>` tag, rather than using this package, it is recommended that you use the [DataTables download builder](//datatables.net/download) which can create CDN or locally hosted packages for you, will all dependencies satisfied.
### npm
For installation via npm, yarn and other similar package managers, install this package with your package manager - e.g.:
```
npm install datatables.net-bs4
npm install datatables.net-buttons-bs4
```
ES3 Syntax
```
var $ = require( 'jquery' );
var dt = require( 'datatables.net-buttons-bs4' )( window, $ );
```
Then, to load and initialise the software in your code use:
ES6 Syntax
```
import DataTable from 'datatables.net-bs4';
import 'datatables.net-buttons-bs4'
```
### bower
new DataTable('#myTable', {
// initalisation options
});
```
bower install --save datatables.net-buttons-bs4
```
## Documentation
Full documentation and examples for Buttons can be found [on the website](https://datatables.net/extensions/buttons).
Full documentation and examples for Buttons can be found [on the DataTables website](https://datatables.net/extensions/buttons).

@@ -49,3 +45,2 @@

### Contributing

@@ -52,0 +47,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc