zachwick / TableCSVExport

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

Add useTHead option to adjust header, row and cell lookups #14

Closed coderpatros closed 4 years ago

coderpatros commented 7 years ago

I've added an option which adjusts how column header and cell content lookups are made. If useTHead is true columns headers will be retrieved from th and td's within the thead element and cell contents will be retrieved from th and td's within the tbody element. Existing behaviour is unchanged if this option is not set.

rubo77 commented 4 years ago

Why is this closed?

coderpatros commented 4 years ago

Hi @rubo77, I opened it three years ago and never had a response.

Wanted to clear it from my list of PRs

rubo77 commented 4 years ago

It could still be useful for someone