🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

A super simple jQuery plugin which allows you to stick the thead of an Html table to the top of the window when scrolling past it.

fixed-table-header

Documentation

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


You May Also Like