koalyptus / HTML-Table-Filter-Generator

Filter HTML tables data easily
http://tablefilter.free.fr
19 stars 12 forks source link

External download button for filtered table #8

Closed ghost closed 9 years ago

ghost commented 9 years ago

Hi, I am curious: Is there a way to put a download button externally to the table, such that the result of any filtering and selection can be stored in a csv/text/xls file? Dylan

koalyptus commented 9 years ago

Hi Dylan, HTFG does not come with a built-in export functionality, but it could be comfortably implemented by using the public API to get the filtered data (GetFilteredData method) and pass it to one of the many js libraries specialising in exporting data to csv/text/xls.

ghost commented 9 years ago

Thanks, this is a bit beyond immediate ability. I will look into it.

koalyptus commented 9 years ago

No worries. If you are thinking about using this widget I advise you to switch to https://github.com/koalyptus/TableFilter. Cheers