I need to frame a json object from an html table with all the cells in each rows of the table. i.e,
if my html table consists of 10 rows, 10 columns each for a row, i need to create a json object with all the 10 rows and the data within the 10 columns. How can this be possible with a json object?
Is it possible to save this big object to the db on a single click?
Help Please. Thank You.
Use this method:
Courtesy: http://johndyer.name/html-table-to-json/