Skip to content

karaxuna/fixed-table-header

Repository files navigation

fixed-table-header

jQuery plugin for fixing table header when scrolling (Demo)

Installation

Install with bower:

bower install fixed-table-header --save

Include plugin after including jQuery

<script src="./bower_components/jquery/dist/jquery.min.js"></script>
<script src="./fixedTableHeader.js"></script>

Use:

$('#table').fixedTableHeader();

About

jQuery plugin for fixing table header when scrolling

Resources

Stars

Watchers

Forks

Packages

No packages published