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

Scrolling is laggy when rending a lot of columns #279

Open
estermer opened this issue Jan 5, 2018 · 1 comment
Open

Scrolling is laggy when rending a lot of columns #279

estermer opened this issue Jan 5, 2018 · 1 comment

Comments

@estermer
Copy link

estermer commented Jan 5, 2018

Expected Behavior

When rending tables with a lot of columns, scroll should not be jumpy, laggy, or slow.

Current Behavior

Scrolling is fine with a small number of columns but when rendering a table with 20+ or so columns the scroll gets laggy.

Possible Solution

Make pagination for loading data into grid standard for both columns and rows to improve speed.

Context

We are a data integration company and rending a preview of a users data which may have 50+ fields (columns).

Your Environment

  • Version used: current
  • Browser Name and version: Chrome Version 63.0.3239.84
  • Operating System and version (desktop or mobile): Desktop MacOS High Sierra 10.13.2
@wcjordan
Copy link
Member

wcjordan commented Jan 5, 2018

There's a PR #153 which explores this, but it's incomplete and needs a lot of work. You're welcome to pick it up though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants