lightswitch05 / table-to-json

Serializes HTML tables into JSON objects.
http://lightswitch05.github.io/table-to-json/
MIT License
756 stars 172 forks source link

Fix rowspan & colspan for complex tables #22

Closed lightswitch05 closed 9 years ago

lightswitch05 commented 9 years ago

@danielapsmaior pointed out that colspans and rowspans were not working properly for complex tables and suggested a fix

This pull request implements his changes and adds a test for it. Target release is 0.11.1.

Also updated 3rd party libs and added license type to package.json