datatables.net-rowgroup
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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" | ||
} | ||
} |
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
11218
318
+ Addeddatatables.net@1.13.11(transitive)
- Removeddatatables.net@2.1.8(transitive)
Updateddatatables.net@^1.10.15