datatables.net-rowgroup-bs4
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
7629
7
74
58
0
+ Addeddatatables.net-rowgroup@1.1.3(transitive)
- Removeddatatables.net-rowgroup@1.1.2(transitive)