cyriac / jquery.tabletoCSV

In browser table to csv export

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery.tabletoCSV

In browser table to csv export

Installation

bower install tabletoCSV

Usage

$("#export_table").tableToCSV();

Table structure

  • <caption> - used for filename (defaults to timestamp)
  • <th> - used to create title

About

In browser table to csv export


Languages

Language:JavaScript 64.1%Language:HTML 35.9%