Buttons - ExcelHTML5 - Message after the file was created
Buttons - ExcelHTML5 - Message after the file was created

i'm using buttons extension to export to excel (excelHtml5), and I want to know if its posible to show an alert (or something like this) after the excel file was created.
Thanks in advance.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Currently no, sorry. That isn't functionality that is provided by the
excelHtml5
button, although it is something that I plan to add! At the moment you'd need to modify the source to add that feature.Allan
Hi Allan,
and what do you suggest to the modify the source to do that?
Thanks again in advance.
This is where the file is generated. You'd need a callback for when that is done.
Allan
Really thanks for your help, Allan. I will tell you if everything is ok.