https://github.com/svivian/jquery-sticky-header
Lightweight jQuery plugin for fixed sticky table headers
https://github.com/svivian/jquery-sticky-header
Last synced: 2 months ago
JSON representation
Lightweight jQuery plugin for fixed sticky table headers
- Host: GitHub
- URL: https://github.com/svivian/jquery-sticky-header
- Owner: svivian
- Created: 2012-11-24T02:04:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-24T17:38:58.000Z (over 12 years ago)
- Last Synced: 2025-01-29T18:47:06.204Z (4 months ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sticky Table Headers 1.0
=================================================A jQuery plugin to fix table headers when scrolling long tables.
Usage
-------------------------------------------------Simply call `.stickyheader()` on any selector targeting a `` element, e.g.
$(function(){
$('.data-table').stickyheader();
});