How to avoid Flash for File Export buttons
How to avoid Flash for File Export buttons
I'm on a modern browser and viewing the sample page: https://datatables.net/extensions/buttons/examples/initialisation/export.html I'm seeing the HTML5 version of the buttons. But when I code my own page (according to instructions found in the sample), I'm getting the flash-based buttons. I do not need to accommodate early browsers -- how can I make sure Flash is not used?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Don't include
buttons.flash.js
. Having said that, the HTML5 buttons should take precedence over the Flash buttons if both are available and the browser is capable of using them.I would need a link to a test page showing the issue to understand what is going on.
Allan
Thanks! Commenting out the Flash include did the trick. (please disregard the off-list post.)