datatables.net-scroller
Advanced tools
Comparing version 1.4.1 to 1.4.2
@@ -1,2 +0,2 @@ | ||
/*! Scroller 1.4.1 | ||
/*! Scroller 1.4.2 | ||
* ©2011-2016 SpryMedia Ltd - datatables.net/license | ||
@@ -8,3 +8,3 @@ */ | ||
* @description Virtual rendering for DataTables | ||
* @version 1.4.1 | ||
* @version 1.4.2 | ||
* @file dataTables.scroller.js | ||
@@ -665,3 +665,3 @@ * @author SpryMedia Ltd (www.sprymedia.co.uk) | ||
iTopRow = parseInt(this._domain( 'physicalToVirtual', iScrollTop ) / heights.row, 10) - preRows; | ||
this.s.topRowFloat = (this._domain( 'physicalToVirtual', iScrollTop ) / heights.row); | ||
this.s.topRowFloat = this._domain( 'physicalToVirtual', iScrollTop ) / heights.row; | ||
} | ||
@@ -722,2 +722,5 @@ else { | ||
} | ||
else { | ||
this.s.topRowFloat = this._domain( 'physicalToVirtual', iScrollTop ) / heights.row; | ||
} | ||
@@ -1063,2 +1066,5 @@ this.s.lastScrollTop = iScrollTop; | ||
} | ||
// DT doesn't actually (yet) trigger this event, but it will in future | ||
$(dt.nTable).triggerHandler( 'info.dt' ); | ||
} | ||
@@ -1218,3 +1224,3 @@ } ); | ||
*/ | ||
Scroller.version = "1.4.1"; | ||
Scroller.version = "1.4.2"; | ||
@@ -1221,0 +1227,0 @@ |
{ | ||
"name": "datatables.net-scroller", | ||
"version": "1.4.1", | ||
"version": "1.4.2", | ||
"description": "Scroller for DataTables ", | ||
@@ -26,3 +26,7 @@ "files": [ | ||
"datatables.net": ">=1.10.9" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DataTables/Dist-DataTables-Scroller.git" | ||
} | ||
} |
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
43783
1178
0