Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
floatthead
Advanced tools
#Documentation & Examples: http://mkoryak.github.io/floatThead/
Float the table header on scroll. No changes to your HTML/CSS are required, it just works. Supports floating the header while scrolling within the window or while scrolling within a container with overflow.
:heart_eyes_cat:My cat loves it:heart_eyes_cat:
###Install
bower install floatThead
npm install floatthead
http://cdnjs.com/libraries/floatthead/
http://www.jsdelivr.com/#!jquery.floatthead
angularjs directive by @brandon-barker
yii2 framework wrapper by @bluezed
position:absolute
which adds a wrapper, or position:fixed
which does not. Both have their pros and cons. By default the best option is chosen based on your configurationIf you use css and html best practices, this plugin will work. If you are stuck in 1999, you better read the faq.
All issues should be reported through github.
I will do my best to help you in a timely manner.
FloatThead will not work properly in IE9 unless you have the following meta tag in the head of the page:
<meta http-equiv="X-UA-Compatible" content="IE=11; IE=10; IE=9; IE=8; IE=7; IE=EDGE" />
With very big tables, you may also run into this exciting bug: http://stackoverflow.com/questions/5805956/internet-explorer-9-not-rendering-table-cells-properly
Watch for it.
Big thanks to jetbrains for giving me an open source webstorm license for this project. They make the best IDEs.
MIT
1.4.0
new features:
scrollContainer:true
to auto-detect scrollParent of the table (something with overflow != visible
)bug fixes:
FAQs
fixed table header plugin that works
The npm package floatthead receives a total of 19,624 weekly downloads. As such, floatthead popularity was classified as popular.
We found that floatthead demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.