gregnb / gregnb/mui-datatables
Refresh issue while loading huge data
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
## Expected Behavior
The CircularProgress should be able to animate while loading huge data
## Current Behavior
CircularProgress get stuck (no animation)
## Steps to Reproduce (for bugs)
1. Add a CustomToolbar
2. Add an IconButton with onClick event
3. In the onClick event: setTimeout(() => { }, 20000);
4. Add a CircularProgress in the main page
## Your Environment
| Tech | Version |
|--------------|---------|
| Material-UI | 4.9.14 |
| MUI-datatables | 2.14.0 |
| React | 16.13.1 |
| browser | chrome 81.0.4044.138 |
| etc | |
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.