Submit your widget

jQuery Useful freeze header row in table plugin

Created 9 years ago   Views 9841   downloads 2424    Author laertejjunior
 jQuery Useful  freeze header row in table plugin
View DemoDownload
26
Share |

This is a simple jquery plugin to header row scrolling in html table.

Installation

 

Include script after the jQuery library (unless you are packaging scripts somehow else):

<script src="/path/to/jquery.freezeheader.js"></script>

Usage

Create a table with fixed header and scroll bar:

$(document).ready(function () {
            $("#tableid").freezeHeader({ 'height': '300px' });
        })

Read more:http://laertejjunior.github.io/freezeheader/