Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 253 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 253 Bytes

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
})