Current master/demo is not working in Firefox 38 - nothing happens when the page loads.
I traced the JS a bit and found that the a element is created and then clicked successfully at the end of the tableToExcel() method, but the save file dialog won't appear.
I tried appending the a to body prior to calling click() on it and it worked as expected.
Current master/demo is not working in Firefox 38 - nothing happens when the page loads. I traced the JS a bit and found that the
a
element is created and then clicked successfully at the end of thetableToExcel()
method, but the save file dialog won't appear. I tried appending thea
tobody
prior to callingclick()
on it and it worked as expected.