Skip to content

ArcaneDigital/exportTable.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

exportTable.js

Micro library to export a table as a csv file

Example

Demo at JSFiddle

exportTable.init({
     downloadID: 'downloadID',
     downloadTable: 'downloadTable',
     filename: 'export.csv'
});

Documentation

exportTable.init(options)

Options

  • downloadID the ID of the button to download the csv
  • downloadTable the ID of table (it must include a tbody element)
  • filename the name of downloaded csv file

About

Micro library to export a table as a csv file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors