tablenav2

1.0.0 • Public • Published

Tablenav

Navigate Table like Microsoft's Excel.

Initialization

First add the javascript and CSS file to your webpage

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

How to

$(document).ready(function() {
  $('table').tablenav();
});

Package Sidebar

Install

npm i tablenav2

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • naveendaa