silevis / reactgrid

Add spreadsheet-like behavior to your React app

Home Page:https://reactgrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Performance optimization: The number of table rows reaches more than 5000, even if virtual scrolling is turned on, editing and updating cells is still very slow

qiufeihong2018 opened this issue · comments

Describe the bug
The number of rows in the table reaches more than 5000, even if virtual scrolling is enabled, editing and updating cells is still very slow

Expected behavior
Optimize it for performance and update it to the millisecond level

Screenshots or gifs
image

Your environment details

  • Device: [e.g.desktop]
  • OS: [e.g. iOS]
  • Browser [e.g. chrome]

@Michota @DLowHP Do you have any good plans?

ReactGrid was not designed to be a database. I think the safe limit should be around 25k cells - which is already a lot - as any more than that is barely comprehensible to the average person.
We are open to suggestions for optimizing RG, but at the same time I believe that we are more focused on delivering feature-packed yet highly customizable solution, and performance is not our main concern.