table2csv
A simple jQuery plugin to export or convert HTML Table to downloadable CSV file.
Simple usage
$('table').table2csv()
Options
$('table').table2csv({
file_name: 'analytics_reports.csv',
header_body_space: 1
})
A simple jQuery plugin to export or convert HTML Table to downloadable CSV file.
Simple usage
$('table').table2csv()
Options
$('table').table2csv({
file_name: 'analytics_reports.csv',
header_body_space: 1
})