This repository was archived by the owner on Feb 2, 2025. It is now read-only.
  
  
  
  
  
Description
I have two datatables in my html, but only one loading message is being shown. I inspect the elements via chrome's dev tools and I see the DOM for both loading messages in each controller, but one has display set to none.
If i remove the display property from it before the table is loaded, it will disappear as it is supposed to when the table is finished loading. I also noticed that once the first table is finished loading, the loading message is removed from the DOM, but the second one isn't. Is there a way to get the loading messages to work similarly for both tables?