Datatables Export data
Datatables Export data
kris9951
Posts: 2Questions: 1Answers: 0
Hello everyone.
I have a problem with the export of data and preview of printing with the DataTables plugin because I noticed that it also includes the data lists that have been created through the script tag that is before closing the body tag. Is it possible to bypass those lists during export data and print preview?
Thanks for the support.
Here the code in jsbin: https://jsbin.com/doxefol/edit?html,output
This question has an accepted answers - jump to answer
Answers
Kevin's example in the final post of this thread should get you going, it's asking about the same issue,
Colin
Thanks Mr. Colin!