Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants