fnProgressIndicator compatibility
fnProgressIndicator compatibility
 useppewind            
            
                Posts: 19Questions: 0Answers: 0
useppewind            
            
                Posts: 19Questions: 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
This discussion has been closed.
            
Replies
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
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