Skip to content

A jQuery plugin for making table header always fixed when scrolling

Notifications You must be signed in to change notification settings

hungneox/fixed-table-header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jquery.fixedTableHeader v0.01

A jquery plugin enables fixed header for table without any extra css. This plugin also support for boostrap table.

Sample usage

 <script type="text/javascript">
    $(document).ready(function () {
        $('table').fixedTableHeader();
    });
</script>

Demo

Demo

About

A jQuery plugin for making table header always fixed when scrolling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages