README
HeavyTable jQuery plugin :
This really simple plugin allow you to control and navigate in tables with keybord and mouse.
// Initialize it like this :
$('.heavyTable').heavyTable()
Example on this page
This really simple plugin allow you to control and navigate in tables with keybord and mouse.
<script type="module">
import heavytable from 'https://cdn.skypack.dev/heavytable';
</script>
This really simple plugin allow you to control and navigate in tables with keybord and mouse.
// Initialize it like this :
$('.heavyTable').heavyTable()
Example on this page