TableTools: How can I open a confirmation dialog before starting the export?
TableTools: How can I open a confirmation dialog before starting the export?
rolfsf
Posts: 27Questions: 6Answers: 0
I'm using the TableTools plugin with Datatables 1.9.x, and we have a situation where we need to pop up a dialog after the user clicks on a CSV export button, but before the actual export begins. I tried using the fnClick event, but that doesn't seem to interrupt the export process, and I can't see anything else obvious.
How can I open a confirmation dialog before starting the csv export?
Thanks!
This discussion has been closed.
Answers
any hints?
Just to be clear, I'm looking for a way to pause the export process after the export button is clicked, while I present a dialog message to the user