Table Tools with an ajax request for data
Table Tools with an ajax request for data
taelor
Posts: 20Questions: 0Answers: 0
OK, so I am making a ajax request for a long backgrounded report. When the report is finished it returns the HTML table, and then I call the DataTable initialization on it.
I can get the "Copy to clipboard" and the print view to work, but neither of the exports will work. Is this something similar to maybe not using $().live("click") in jQuery or something? I was under the impression that these exports utilized flash.
Anyone have any ideas or thoughts?
I can get the "Copy to clipboard" and the print view to work, but neither of the exports will work. Is this something similar to maybe not using $().live("click") in jQuery or something? I was under the impression that these exports utilized flash.
Anyone have any ideas or thoughts?
This discussion has been closed.
Replies
The HTML title on the Page had a "/" in it, so when it tried to open up the dialog box with the file name, it must error out or something since its kinda like a sub folder.
Did you get TableTools to save the complete set of data from ajax (I mean, all pages, not just the current page) as a spreadsheet?
I was under the impression that it was only possible with the current screen of data when using ajax.