We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When rending tables with a lot of columns, scroll should not be jumpy, laggy, or slow.
Scrolling is fine with a small number of columns but when rendering a table with 20+ or so columns the scroll gets laggy.
Make pagination for loading data into grid standard for both columns and rows to improve speed.
We are a data integration company and rending a preview of a users data which may have 50+ fields (columns).
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: