how to look for returned datatable

Guys,

       I am working on google charts, i am creating the datatable through: 

var data = new google.visualization.DataTable(); and i am adding some rows and columns like,

data.addColumn('string', 'Month');

data.addRow('One', Jan);

now i would like to see the datatable format in alert() box. when i tried it it is throwing [object, object] nothing else.

also tried with getNumberOfColumns and getNumberOfRows and it is correctly throwing the value in the alert box.

how can i see the whole datatable in the alert() box. i am kind of confused here !!

FYI: i am not using any asp.net or c# code but pure javascript.

Thanks in advance

Bob

July 25th, 2014 4:01pm

This doesn't appear to be related to SharePoint, are you sure you've got the right forum?
Free Windows Admin Tool Kit Click here and download it now
July 26th, 2014 6:53pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics