HeavyTable is a really simple jQuery plugin that allows you to control and navigate tables using your keyboard and mouse.
jquery editable datatable with custom fields, table edit jquery plugin, jquery inline edit table row, jquery editable table, bootstrap dynamic editable table, jquery table edit cdn
How to make use of it:
1. Add the jQuery HeavyTable.js script after the jQuery JavaScript library.
<script src="jquery-1.11.3.min.js"></script> <script src="jquery.heavyTable.js"></script>
2. Call the plugin to make an existing table editable.
$('.heavyTable').heavyTable();
3. Set the starting position for keyboard navigation.
$('.heavyTable').heavyTable({ xPosition: 2, yPosition: 2 });
lightweight jquery plugin for editable table cells, HeavyTable Plugin/Github
See Demo And Download
Official Website(victordarras): Click Here
This superior jQuery/javascript plugin is developed by victordarras. For extra advanced usage, please go to the official website.