GridLoader is not displayed in grid
See original GitHub issueDescribe the bug The GridLoader is not displayed in grid, but in one line.
To Reproduce Steps to reproduce the behavior:
- Use GridLoader in any react project.
Expected behavior GridLoader dots should be displayed in a 3x3 grid, not on one unique line.
Screenshots
Additional context Must be because of https://github.com/davidhu2000/react-spinners/issues/159
Bug was not there in version 0.9.0
(I’m using this version to fix the issue temporarily).
Possible fix Use css to display as block.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:23 (15 by maintainers)
Top Results From Across the Web
Grid Loader for initial page in UI for Blazor | Telerik Forums
Please note the embedded loader inside the TelerikGrid is not displayed for the first page. I can see it when i change TelerikGrid...
Read more >How to avoid the "no rows" message while loading data in ag ...
I wanted to still show the overlay if there was no data after it was done loading. To overcome this, I did the...
Read more >jqxLoader and grid - jQWidgets Forums
On button click, I have process to load data into 4 grids. I show $('#jqxLoader').jqxLoader('open'); in the beginning and $('#jqxLoader').
Read more >Grid loader position when using igGrid inside Tab control ...
Hi, I have two tab controls each containing a grid. Whe the page is loaded the grid on the first tab show the...
Read more >Thread: - [CLOSED] Grid loader/spinner is not taking up space
If a GridPanel has automatic hight the loading-spinner is behind the column headers and toolbars, and not showing, because the rows-area is ...
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
@davidhu2000 Thanks for your work on the library!
We have the same issue with the GridLoader as was originally reported, and reverting to 0.9.0 fixes the problem. It impacts our use of GridLoader everywhere. We’ll report back with anything we find that might be the cause
Could you re-open in the meantime?
https://github.com/pixiebrix/pixiebrix-extension/issues/755
@davidhu2000 Thanks, looks like this version fixes the line break problem