Export Datatable as PDF and have Print Options (Non-Flash solution?)
Export Datatable as PDF and have Print Options (Non-Flash solution?)
Hi,
I took a look at Table Tools http://datatables.net/extras/tabletools/ and it looks exactly like what I am looking for. Only issue it, it is in Flash and that is a bit of a turn off for compatibility reasons for my project. iPad for example.
Does anyone know of any other solutions to implement a save to PDF and print solution without the use of Flash?
Thanks Red
I took a look at Table Tools http://datatables.net/extras/tabletools/ and it looks exactly like what I am looking for. Only issue it, it is in Flash and that is a bit of a turn off for compatibility reasons for my project. iPad for example.
Does anyone know of any other solutions to implement a save to PDF and print solution without the use of Flash?
Thanks Red
This discussion has been closed.
Replies
If so you can use HTML2PDF for PDF.
You will be required to code the PHP outputing the datatable but if it's server side you just have to call the same URL and truncate some arguments if you want to override the pagination.
Allan
I don't have a clue if dataTables could possibly use what that project has to offer but I figured that I'd throw it out there. Maybe someone can make the magic happen :)
Allan