Topic: Animations conflict with DataTables Bubble editor
                  
                  Jordan Mack
                  pro
                  asked 3 years ago
                
Expected behavior
DataTables Bubble editor showing

Actual behavior
The bubble editor cannot be seen, but is on the dom

Resources (screenshots, code snippets etc.)
I've been in contact with DataTables and the error is believed to be MDB overwriting of jQuery's animations that allow for multiple elements to be animated at the same time, but MDB's jQuery integration only allowing for a single element.
They have narrowed it down to:
static jQueryInterface(options) {
    const animate = new Animate(this[0], options);
    animate.init();
}
The
this[0]means only the first element is acted upon - it would need a loop or forAnimateto support multiple elements.
I cannot post DataTable Editor CDN's or files to a snippet, but I can provide an external link to my site showcasing this error upon request (I'd rather not make the link public, please email at jordan.mack37 [at] gmail [dot] com )
Just wondering if there are any quick work arounds for this issue?
Thank you
                      
                      Grzegorz Bujański
                      free
                        answered 3 years ago
                    
We are working on this issue. At the moment, unfortunately, the only solution is to edit src on your own
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
 - Premium support: No
 - Technology: MDB Standard
 - MDB Version: MDB5 5.0.0
 - Device: Intel x86
 - Browser: Chrome
 - OS: Ubuntu 22.04
 - Provided sample code: Yes
 - Provided link: No
 
nvtrong197 free commented 3 years ago
OK. thanks CND editor