fnProgressIndicator compatibility

fnProgressIndicator compatibility

useppewinduseppewind Posts: 17Questions: 0Answers: 0

I need to show the builtin modal datatables indicator during some custom events in my application and I have found this plugin: https://cdn.datatables.net/plug-ins/2.0.2/api/fnProcessingIndicator.js
But it gives me an error in its script:
Uncaught TypeError: Cannot set properties of undefined (setting 'fnProcessingIndicator')
at fnProcessingIndicator.js:20:51
I don't understand what's going wrong.
Here is the fiddle:
https://live.datatables.net/wusuluqe/1/edit

Replies

  • allanallan Posts: 61,775Questions: 1Answers: 10,112 Site admin

    Use the built in processing() method, rather than that plugin. I need to remove that, it is no longer relevant (not does it work, as you are seeing).

    Allan

  • allanallan Posts: 61,775Questions: 1Answers: 10,112 Site admin

    That's the unsupported methods deleted now from the plug-ins repo. Thanks for pointing out that I'd missed them! Most, if not all are now possible either through a "modern" API method, or built in.

    Allan

Sign In or Register to comment.