$( document ).ready(function() { var data = [ - TopicsExpress



          

$( document ).ready(function() { var data = [ [, Maserati, Mazda, Mercedes, Mini, Mitsubishi], [2009, 0, 2941, 4303, 354, 5814], [2010, 5, 2905, 2867, 412, 5284], [2011, 4, 2517, 4822, 552, 6127], [2012, 2, 2422, 5399, 776, 4151] ]; $(#example).handsontable({ data: data, minSpareRows: 1, maxRows : 999, colHeaders: true, contextMenu: true }); $(#btnShowMarkers).on(click, function() { var myTableData = $(#example).handsontable(getData); var count = 0; $.each( myTableData, function( index, myRow ) { count = count + 1; $(#output).append(row + index + >> ); $.each( myRow, function( index, myCell ) { $(#output).append(myCell + - ); }); $(#output).append(); }); alert(count + rows); }); // end click }); // end query
Posted on: Fri, 31 Oct 2014 10:52:34 +0000

Trending Topics



Recently Viewed Topics




© 2015