Exporting multiple displayed tables to PDF

Exporting multiple displayed tables to PDF

radi8radi8 Posts: 31Questions: 6Answers: 0
edited May 2014 in DataTables

I have a utility that populates multiple tables on a single page. In these table, there are certain elements that can have their data changed. As the data is changed, all related information is updated accordingly so the facing document has acquired a uniqueness separate from the database. I do NOT want to save these changes as they are used in analysis and are not to be preserved.

But, there are times when the data needs to be printed out cleanly and kept for future analysis. For this reason, I need a facility to print the contents of the page with all the changes.

I have looked at and tried the jsPDF but it fails miserably to work with tables.

Can Datatables print out multiple tables to pdf?

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,726Questions: 1Answers: 10,109 Site admin
    Answer ✓

    Currently no - you would need to make some modifications to the TableTools Javascript and SWF to be able to output multiple tables to a single file.

    Allan

This discussion has been closed.