zachwick / TableCSVExport

jQuery plugin to convert HTML table to CSV
http://zachwick.com/?p=87
42 stars 30 forks source link

[Question] Getting href value from cell #16

Open aaeissa opened 4 years ago

aaeissa commented 4 years ago

When I use the library to export a table which has a cell that contains:

<td><a href="https://www.example.com">Website</a></td>  

the downloaded CSV file will only write the text "Website" -- is there an option or configuration so that I can write the value of href instead (i.e, the linked website)?