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

Performance optimizations/Lazy loading #557

Open
julianljk opened this issue Jul 12, 2016 · 5 comments
Open

Performance optimizations/Lazy loading #557

julianljk opened this issue Jul 12, 2016 · 5 comments

Comments

@julianljk
Copy link

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.

@AllenFang
Copy link
Owner

@julianljk, currently, it's not possible to do the lazy loading on react-bootstrap-table. Anyway, there's some knowing issues about rendering large column. I'll keep to track these issue after v3.0.0 released.

@madeinfree
Copy link
Contributor

madeinfree commented Jul 21, 2016

Hi @julianljk, maybe this solution can help you to solved this problem. #566
If you didn't use the paging then react render cause this performance issue, but now we can use some calculator to avoid render all the row component in the same time.

@AllenFang
Copy link
Owner

@julianljk, sorry for lately reply, if #566 is well to be merged, I thinks it will help to improve the performance :0

@julianljk
Copy link
Author

@AllenFang Thanks! I will try it out in my code base when I have the time and give the necessary feedback :)

@AllenFang
Copy link
Owner

I'll spend some time to review #568, so just wait for me :)

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

No branches or pull requests

3 participants