Table-to-JSON - jQuery plugin to serialize HTML tables into javascript objects

Table-to-JSON is a jQuery plugin that converts an HTML Table into a javascript object. Great for working with user-editable tables or accessing output from 3rd party tools.

 

Table-to-JSON - Features:

  • Automatically finds column headings
    • Override found column headings by using data-override="overridden column name"
    • Always uses first row as column headings regardless of th and td tags
  • Override cell values column names by using data-override="new value"
  • Ignorable columns
  • Not confused by nested tables
  • Works with rowspan and colspan

 

w10schools
2014-09-09 12:16:47
Comments
Leave a Comment

Please login to continue.