tablenav2
v1.0.0
Published
A jQuery plugin that enables the arrowkey navigation for html tables
Downloads
5
Maintainers
Readme
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();
});