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
andtd
tags
- Override found column headings by using
- Override cell values column names by using
data-override="new value"
- Ignorable columns
- Not confused by nested tables
- Works with
rowspan
andcolspan
Please login to continue.