Home / Reader & Parser / Table to JSON
Table to JSON

Table to JSON

Download Demo
  • Overview
  • Documents
User Rating: 4.7/5 ( 1 votes)
Your Rating:

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.

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.
    • Define headings using the headings option when a table doesn't have any specified headings.
  • Override cell values column names by using data-override="new value".
  • Ignorable columns.
  • Not confused by nested tables.
  • Works with rowspan and colspan

Source: lightswitch05.github.io

Scroll To Top