-
Notifications
You must be signed in to change notification settings - Fork 781
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
Performance optimizations/Lazy loading #557
Comments
@julianljk, currently, it's not possible to do the lazy loading on |
Hi @julianljk, maybe this solution can help you to solved this problem. #566 |
@julianljk, sorry for lately reply, if #566 is well to be merged, I thinks it will help to improve the performance :0 |
@AllenFang Thanks! I will try it out in my code base when I have the time and give the necessary feedback :) |
I'll spend some time to review #568, so just wait for me :) |
Hi,
So the table that i'm loading has many rows and can sometimes take 500-600ms. I'm wondering if there anyway to optimize performance/do lazy loading so that it wouldn't affect UX.
The text was updated successfully, but these errors were encountered: