AutoFill gives an Excel like option to a DataTable to click and drag over multiple cells, filling in information over the selected cells and incrementing numbers as needed.
Thanks to Phoniax AS for their sponsorship of this plug-in for DataTables.
$(document).ready( function () { var oTable = $('#example').dataTable(); new AutoFill( oTable );