AJAX loading + Tabletools exporting doesn't export the complete table (only the visible rows)
AJAX loading + Tabletools exporting doesn't export the complete table (only the visible rows)
I have a question regarding the following topic: http://datatables.net/forums/discussion/5505/server-side-processing-with-export-to-csv-and-pdf
I had the same issue, but with a little different setting. I have tables of 3000+ rows and it took forever to load. So I decided to use AJAX loading on filter/sorting/page switch. Now, when i want to use the export options of Tabletools, they only export the visible rows (because those are the only loaded rows in the table I guess).
I was hoping to find a solution where I can still use the AJAX call and return an array of arrays of the complete table (json) and send it to the exporting tool in the swf file.
Has anyone had the same problem? I wanted to answer on the topic, but it has already been closed.