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

Fix table performance #5380

Closed
wants to merge 1 commit into from
Closed

Fix table performance #5380

wants to merge 1 commit into from

Conversation

IanSun
Copy link

@IanSun IanSun commented Mar 6, 2019

This performance issue is caused by table's data manipulating.
Table replicates source data and always applies a new key to render
data, which causing re-render when table's source data changed.
Use index as key instead to prevent futher re-render, for now.

Closes #4099

This performance issue is caused by table's data manipulating.
Table replicates source data and always applies a new key to render
data, which causing re-render when table's source data changed.
Use index as key instead to prevent futher re-render, for now.

Closes #4099
@Fauny
Copy link

Fauny commented Mar 29, 2019

Thanks @YunSun-CN , iView table's performance is so hurt!

but, I'think it will be much better if you expose a prop like 'keyColumnName'

@icarusion icarusion closed this in 76ae3e8 Apr 9, 2019
@lubo3395
Copy link

image
这个是什么原因

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