zachwick / TableCSVExport

jQuery plugin to convert HTML table to CSV
http://zachwick.com/?p=87
42 stars 30 forks source link

Added 3 features ( EmptyValue, showHiddenRows and rowFilter) #5

Closed pauloortins closed 11 years ago

pauloortins commented 11 years ago

Hi Zack, I added the following options:

emptyValue: It will put a default value when the column is empty.

showHiddenRows: You can set it to true, to export hidden rows.

rowFilter: You can use a jquery selector to filter the rows that will be exported.

zachwick commented 11 years ago

Looks good! I've added you as a collaborator as I haven't touched this code in a long long time and don't really forsee having much time to devote to it. Happy hacking!