hhurz / tableExport.jquery.plugin

jQuery plugin to export a html table to JSON, XML, CSV, TSV, TXT, SQL, Word, Excel, PNG and PDF
MIT License
990 stars 716 forks source link

Export all tables to 1 doc and seperate them on a pdf (Example) #329

Closed BGB2k11 closed 2 years ago

BGB2k11 commented 3 years ago

Hi,

I saw this was fixed. But could you give me an example ?please

hhurz commented 3 years ago

Unfortunately, I do not understand your request and do not know to which fixed issue you are referring to

BGB2k11 commented 3 years ago

Hi,

I mean this fix. Sorry

https://github.com/hhurz/tableExport.jquery.plugin/issues/306

I have multiple bootstrap tables. But i can not seem to figure out how to do this.

Also. I would want to export a title towards my pdf using pdfmake. I am totally new to this plugin.

hhurz commented 3 years ago

Example file: https://github.com/hhurz/tableExport.jquery.plugin/blob/master/test/pdfmake.html The file contains 2 tables that can be exported either separately or together.

I think that the page content to be exported cannot be modified from the outside currently.

BTW: You need to update to the latest version of the plugin.