Table: Show a loading overlay on the entire tbody
See original GitHub issueDetailed description
Describe in detail the issue you’re having.
The loading indicator is showing after the data rows which can be below the fold giving the user a sense of “why is nothing happening?”
It would be great to use the Loading component as an overlay covering the entire table tbody
with it
Is this a feature request (new component, new icon), a bug, or a general issue?
Feature request
Is this issue related to a specific component?
Table
What did you expect to happen? What happened instead? What would you like to see changed?
What browser are you working in?
Chrome
What version of the Carbon Design System are you using?
2.4.1
What offering/product do you work on? Any pressing ship or release dates we should be aware of?
ADI
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
CSS table loading overlay for tbody - html - Stack Overflow
A possible solution: · Set display:table; on the tbody and thead elements · Apply position:relative; to the tbody element instead of the table...
Read more >Table: Show a loading overlay on the entire tbody #316 - GitHub
The loading indicator is showing after the data rows which can be below the fold giving the user a sense of "why is...
Read more >HTML : CSS table loading overlay for tbody - YouTube
HTML : CSS table loading overlay for tbody [ Gift : Animated Search Engine : https://bit.ly/AnimSearch ] HTML : CSS table loading overlay...
Read more ><tbody>: The Table Body element - HTML - MDN Web Docs
The HTML element encapsulates a set of table rows ( elements), indicating that they comprise the body of the table ( ).
Read more >Table loading overlay - Plunker
table { width: 100%; } table thead, table tbody { display: table; width: 100%; } table.loading tbody { position: relative; } table.loading tbody:after ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Since then you introduced the skeleton states and we’re using them instead of loader above 😃 Good call to close it
This is really old. Assuming that it’s either no longer an issue or that you’ll reopen if it still is 😃