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

Multiple datatables, only one loading message shown #355

@dwerner90

Description

@dwerner90

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions