How to avoid Flash for File Export buttons

How to avoid Flash for File Export buttons

justStevejustSteve Posts: 49Questions: 8Answers: 1

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

Answers

  • allanallan Posts: 61,451Questions: 1Answers: 10,055 Site admin
    Answer ✓

    how can I make sure Flash is not used?

    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

  • justStevejustSteve Posts: 49Questions: 8Answers: 1

    Thanks! Commenting out the Flash include did the trick. (please disregard the off-list post.)

This discussion has been closed.