buttons excel html5 callback
buttons excel html5 callback
jvcunha
Posts: 81Questions: 10Answers: 1
Hi,
Does html excel buttons have any callbacks?
I would like to put a message when you finish assembling xlsx and download it
This discussion has been closed.
Replies
It currently only provides the
customize
andcustomizeData
callbacks.Are you finding it takes a long time to generate or something?
Allan
Hi Allan,
I have a datatable with more than 20 thousand lines and more than 30 columns. Both Excel's generation when printing, take an average of 35 to 40 seconds, freezing the browser
Allan,
The solution I found was to display a message when I clicked the button and, since it freezes everything, it disappears when the file is generated!
The 'settimeout' is necessary because without it, the message only appears during the download