react-data-grid icon indicating copy to clipboard operation
react-data-grid copied to clipboard

Inconsistent max # of row handling across browsers

Open jzombie opened this issue 3 years ago • 0 comments

Describe the bug

2022-07-10_16-17

To Reproduce

  1. 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-grid version: 7.0.0-beta.13
  • react/react-dom version: 18.2.0

Additional context

jzombie avatar Jul 10 '22 22:07 jzombie