Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

datatables.net-rowgroup-bs4

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 1.1.2 to 1.1.3

License.txt

49

package.json
{
"name": "datatables.net-rowgroup-bs4",
"version": "1.1.2",
"description": "RowGroup for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/)",
"description": "RowGroup for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)",
"main": "js/rowGroup.bootstrap4.js",
"style": "css/rowGroup.bootstrap4.css",
"types": "./types/rowGroup.bootstrap4.d.ts",
"version": "1.1.3",
"files": [

@@ -10,11 +13,27 @@ "css/**/*.css",

"keywords": [
"row grouping",
"DataTables",
"RowGroup",
"Row Grouping",
"Bootstrap",
"Bootstrap4",
"Datatables",
"jQuery",
"table",
"Bootstrap 4"
"filter",
"sort"
],
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"dependencies": {
"jquery": ">=1.7",
"datatables.net-bs4": "^1.10.15",
"datatables.net-rowgroup": "1.1.3"
},
"moduleType": [
"globals",
"amd",
"node"
],
"ignore": [
"composer.json",
"datatables.json",
"package.json"
],
"author": {

@@ -24,9 +43,9 @@ "name": "SpryMedia Ltd",

},
"dependencies": {
"jquery": ">=1.7",
"datatables.net-bs4": "^1.10.15",
"datatables.net-rowgroup": "1.1.2"
},
"style": "css/rowGroup.bootstrap4.css",
"main": "js/rowGroup.bootstrap4.js"
"homepage": "https://datatables.net",
"bugs": "https://datatables.net/forums",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DataTables/Dist-DataTables-RowGroup-Bootstrap4.git"
}
}

@@ -1,4 +0,4 @@

# RowGroup for DataTables with styling for [Bootstrap 4](http://getbootstrap.com/)
# RowGroup for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
This package contains distribution files required to style [RowGroup extension](https://datatables.net/extensions/rowgroup) for [DataTables](https://datatables.net/) with styling for [Bootstrap 4](http://getbootstrap.com/).
This package contains a built distribution of the [RowGroup extension](https://datatables.net/extensions/RowGroup) for [DataTables](https://datatables.net/) with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/).

@@ -20,7 +20,13 @@ RowGroup adds the ability to easily group rows in a DataTable by a given data point. The grouping is shown as an inserted row either before or after the group.

ES3 Syntax
```
var $ = require( 'jquery' );
require( 'datatables.net-rowgroup-bs4' )( $ );
var dt = require( 'datatables.net-rowgroup-bs4' )( window, $ );
```
ES6 Syntax
```
import 'datatables.net-rowgroup-bs4'
```
### 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 RowGroup can be found [on the website](https://datatables.net/extensions/rowgroup).

@@ -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

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