react-data-grid
react-data-grid copied to clipboard
Inconsistent max # of row handling across browsers
Describe the bug

To Reproduce
- Create a 9,999.999 rows.
Chrome will skip the row indexes at the end, and only render ~100,000 rows. Firefox will do the same, and only render nearly ~10,000 rows. Safari is the closest thing to making the goal, but has the worst performance.
Link to code example:
Expected behavior
Environment
-
react-data-gridversion: 7.0.0-beta.13 -
react/react-domversion: 18.2.0