"_fnFlashGlue" always triggered

"_fnFlashGlue" always triggered

macusermacuser Posts: 20Questions: 0Answers: 0
edited December 2012 in DataTables 1.8
When I check the Javascript & Events which are fired in the background, the function "_fnFlashGlue" is fired indefinitely.
Looks like its trying to add the SWF to the button control.

File: TableTools.js : 1318

In my code, I'm not using any SWF for Table tool buttons.
How do I stop Datatables from invoking the function indefinitely?
And does this impact the performance of my page.

Thanks.

Replies

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    edited December 2012
    Looks fine to me here: http://datatables.net/extras/tabletools/ and http://editor.datatables.net/release/DataTables/extras/Editor/examples/index.html where there is no Flash button.

    Do you get the error on either of those?
This discussion has been closed.