react-sticky-table
Advanced tools
Comparing version 5.1.7 to 5.1.8
@@ -276,3 +276,15 @@ (function (global, factory) { | ||
return count > 1; | ||
}); | ||
}); //HINT clear out stickyInsets of a new interval won't be set | ||
if (!shouldSchedule && this.multipleStickiesInterval) { | ||
this.setState({ | ||
stickyInsets: { | ||
header: [], | ||
footer: [], | ||
leftColumn: [], | ||
rightColumn: [] | ||
} | ||
}); | ||
} | ||
this.clearMultipleStickiesInterval(); | ||
@@ -279,0 +291,0 @@ |
{ | ||
"name": "react-sticky-table", | ||
"description": "Dynamically sized fixed header and columns for tables", | ||
"version": "5.1.7", | ||
"version": "5.1.8", | ||
"author": "Henrybuilt", | ||
@@ -80,5 +80,6 @@ "bugs": { | ||
"testonly": "BABEL_ENV=test && mocha $npm_package_options_mocha", | ||
"build-all": "npm run build && npm run build-storybook && git add -A && git commit -am \"built\"" | ||
"build-all": "npm run build && npm run build-storybook && git add -A && git commit -am \"built\"", | ||
"prepublishOnly": "npm run build && npm version patch && git push" | ||
}, | ||
"source": "src/index.js" | ||
} |
@@ -145,2 +145,7 @@ import React from 'react'; | ||
//HINT clear out stickyInsets of a new interval won't be set | ||
if (!shouldSchedule && this.multipleStickiesInterval) { | ||
this.setState({stickyInsets: {header: [], footer: [], leftColumn: [], rightColumn: []}}); | ||
} | ||
this.clearMultipleStickiesInterval(); | ||
@@ -147,0 +152,0 @@ |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
49047
20
961