You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: