jquery-freeze-table-header

0.0.1 • Public • Published

jQuery freeze table header plugin

How to use it:

  1. Just place the main JavaScript file sticky.js after jQuery library and the plugin is ready for use.
<script src="//code.jquery.com/jquery.min.js"></script> <script src="index.js"></script>
  1. Call the plugin to make the table header sticky on page scroll.
$('table' ).freezeTableHeader();

Package Sidebar

Install

npm i jquery-freeze-table-header

Weekly Downloads

1

Version

0.0.1

License

ISC

Last publish

Collaborators

  • vadim.maltsev