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

datatables.net-rowgroup

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 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

14

js/dataTables.rowGroup.js

@@ -1,2 +0,2 @@

/*! RowGroup 1.0.0
/*! RowGroup 1.0.1
* ©2017 SpryMedia Ltd - datatables.net/license

@@ -8,3 +8,3 @@ */

* @description RowGrouping for DataTables
* @version 1.0.0
* @version 1.0.1
* @file dataTables.rowGroup.js

@@ -72,3 +72,3 @@ * @author SpryMedia Ltd (www.sprymedia.co.uk)

dataFn: DataTable.ext.oApi._fnGetObjectDataFn( this.c.dataSrc ),
dataFn: DataTable.ext.oApi._fnGetObjectDataFn( this.c.dataSrc )
};

@@ -158,3 +158,3 @@

dt.on( 'column-visibility.dtrg', function () {
dt.on( 'column-visibility.dt.dtrg responsive-resize.dt.dtrg', function () {
that._adjustColspan();

@@ -189,3 +189,5 @@ } );

{
return $( this.s.dt.columns().header() ).filter(':visible').length;
return this.s.dt.columns().visible().reduce( function (a, b) {
return a + b;
}, 0 );
},

@@ -328,3 +330,3 @@

RowGroup.version = "1.0.0";
RowGroup.version = "1.0.1";

@@ -331,0 +333,0 @@

{
"name": "datatables.net-rowgroup",
"version": "1.0.0",
"version": "1.0.1",
"description": "RowGroup for DataTables ",

@@ -25,4 +25,4 @@ "files": [

"jquery": ">=1.7",
"datatables.net": ">=1.10.13"
"datatables.net": "^1.10.15"
}
}
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