javascript to programmatically launch export to CSV
javascript to programmatically launch export to CSV
loud33
Posts: 2Questions: 0Answers: 0
I have a table whose existing appearance or behavior can't be changed. I'd like to enable the exporting functions that TableTools provides without touching the original table. In order to do that, I'm cloning the table's contents into a new div that a user can't see, attaching DataTables, and then trying to launch one of the export actions. My first attempt was simply to use jQuery to click the export buttons directly. It doesn't seem like the flash click handler catches this. Is there a way to programmatically launch the export events that are already tied to the table I've created?
This discussion has been closed.
Replies
Allan
Luis