Micro library to export a table as a csv file
exportTable.init({
downloadID: 'downloadID',
downloadTable: 'downloadTable',
filename: 'export.csv'
});
exportTable.init(options)
downloadIDthe ID of the button to download the csvdownloadTablethe ID of table (it must include a tbody element)filenamethe name of downloaded csv file