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

Fixed issue where it wasn't possible to "redraw" the data table when … #112

Closed svbeusekom closed 7 years ago

svbeusekom commented 7 years ago

…the "view data table" button is pressed more than once. Before, the method was never executed if it was called more than once. Now, the div it creates is removed prior to executing the rest of the method.

TorsteinHonsi commented 7 years ago

Thanks! I pushed a commit that's not depending on jQuery.

svbeusekom commented 7 years ago

Ah yeah, smart move. Thanks for the quick response! :D

PBXg33k commented 7 years ago

@TorsteinHonsi Could you bump the version so we can add this fix to our project? Bower pulled in 1.4.4 which doesn't include the fix for this issue. Thanks

TorsteinHonsi commented 7 years ago

The version is now bumped to 1.4.5.

PBXg33k commented 7 years ago

Thank you :+1:

PBXg33k commented 7 years ago

@TorsteinHonsi Sorry, but i cannot see the tag. Did you push it?

TorsteinHonsi commented 7 years ago

Right, tags... Please try again now.