Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Multiple datatables, only one loading message shown #355

Closed
dwerner90 opened this issue Jun 25, 2015 · 0 comments
Closed

Multiple datatables, only one loading message shown #355

dwerner90 opened this issue Jun 25, 2015 · 0 comments
Labels
Milestone

Comments

@dwerner90
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants