Submit your widget

jQuery Useful freeze header row in table plugin

Created 10 years ago   Views 10658   downloads 2646    Author laertejjunior
 jQuery Useful  freeze header row in table plugin
View DemoDownload
27
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/