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

Issue when converting DropdownList to Json #45

Closed Deybis closed 6 years ago

Deybis commented 6 years ago

table to json

table to json1

regards I am trying to convert a table that within your td contains dropdownlist At the time of the conversion those drowdown takes all the options it contains, not only the selected option, I would greatly appreciate your collaboration in the solution of this problem.

Thank you in advance for your help

lightswitch05 commented 6 years ago

Hello, this tool is not supposed to be a replacement for html forms. If you wish to only get the selected option, it will require extra work on your part. From what I can see, the contents of the table are included in the JSON - which is exactly what this tool is supposed to do.