/fixed-table-header

A jQuery plugin for making table header always fixed when scrolling

Primary LanguageHTML

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