Grid can not display over 10k rows on FireFox

This issue has been tracked since 2022-11-19.

data rendered, but grid only show maximum 10k records on firexfox browser (Chrome / Eagle browser testing ok).
Please check attach img.

Environment

  • react-data-grid version: 7.0.0-beta.19
  • react/react-dom version: 18.0.0

Additional context

  • before sorting (scroll to end of grid)
    ảnh
  • after sorting (scroll to end of grid)
    ảnh
dvmoritzschoefl wrote this answer on 2022-12-12

Hi @levuhao1993. I had a similiar problem but I think this is no bug. This library uses a real CSS grid layout in the background to virtualize the cells. The limits on how many cells can be displayed in a grid seems to be up to the browser and different between FF/Chrome

In my tests I got values of 1 million cells for FF and 10 million for Chrome

Hope that helps

amanmahajan7 wrote this answer on 2022-12-23

This is by design. Please check #2903

More Details About Repo
Owner Name adazzle
Repo Name react-data-grid
Full Name adazzle/react-data-grid
Language TypeScript
Created Date 2015-03-06
Updated Date 2023-03-23
Star Count 5922
Watcher Count 129
Fork Count 2072
Issue Count 161

YOU MAY BE INTERESTED

Issue Title Created Date Updated Date