gregnb / gregnb/mui-datatables
Table loading is taking ~10-15 seconds to load 50K records
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
Table loading is taking ~10-15 seconds to load 50K records. Also approximately same time is taking if we do a rowClick. Here is the my Data table configuration.
## Expected Behavior
Is there any way to reduce the time other than implementing pagenation from my end.?
## Current Behavior
## Steps to Reproduce (for bugs)
1. Take the 50k records file which contains only 3 columns.
2. Use that file to load the data table and observe it is taking ~15 sec to respond for every operation.
3.
4.
## Your Environment
| Tech | Version |
|--------------|---------|
| Material-UI | ^4.2.0 |
| MUI-datatables | 2.12.0 |
| React | ^16.8.6 |
| browser | Chrome |
| etc | |
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.