highcharts / export-csv

Highcharts plugin to export chart data to CSV
http://www.highcharts.com/plugin-registry/single/7/Export-CSV
MIT License
76 stars 95 forks source link

Add thead tag to data table #115

Closed mungerj closed 7 years ago

mungerj commented 7 years ago

I am trying to use the plugin in conjuction with the jQuery DataTable plugin, that allows column sorting and other stuff.

However with the export-csv plugin, the outputted data table does not have the thead tag for column headers, so the DataTable plugin won't work.

Would it be possible to add the thead tag? I guess it would be pretty easy to add, and it would make up for a better structured HTML table.

TorsteinHonsi commented 7 years ago

Good point, thanks!