Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large data loads freeze browser #49

Open
JoeSzymkowicz opened this issue Feb 12, 2019 · 2 comments
Open

Large data loads freeze browser #49

JoeSzymkowicz opened this issue Feb 12, 2019 · 2 comments
Labels
bug Something isn't working

Comments

@JoeSzymkowicz
Copy link

JoeSzymkowicz commented Feb 12, 2019

Short Description:

  • Trying to load large data into a table with 1500-2000 rows, of 4 columns of data seems to freeze the browser. I'm trying to take advantage of the virtualized DOM functionality. I have added a demo below.

On line 33, you can set data = generator(clientsSchema, [min], [max]) for min and max row amounts to be generated. Currently set to 500 and 600.

Environment Details

  • OS: Windows 10
  • Node.js version: 9.11.1
  • react-tabulator version: 0.7.11
  • react: 16.7.0

Code
https://codesandbox.io/embed/opl1qj2ny

@JoeSzymkowicz JoeSzymkowicz changed the title Large data loads freeze browser Bug: Large data loads freeze browser Feb 12, 2019
@JoeSzymkowicz JoeSzymkowicz changed the title Bug: Large data loads freeze browser Large data loads freeze browser Feb 17, 2019
@ngduc
Copy link
Owner

ngduc commented Sep 7, 2019

@olifolkerd I can reproduce this issue using the above codesandbox link ^
could you please check it? Thanks.

@ngduc ngduc added the bug Something isn't working label Sep 7, 2019
@julillosamaral
Copy link

It happened to me and was able to reproduce it in the codesandbox.

To actually make it fail you have to change set data = generator(clientsSchema, [min], [max]) to set data = generator(clientsSchema, 2500, 2600) and the codesandbox just hangs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants