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
调用一次nums的set,会发生很多次强制更新。
The text was updated successfully, but these errors were encountered:
这不是很正常吗,设置numItems本就是刷新全部Item。 如果你要更新单个Item的话,就用list.updateItem(id)。
Sorry, something went wrong.
会发生很多轮强制更新,其实你可以在所有的 renderevent更新完了之后统一更新一轮
也就是说,你现在是numitems一次,加入有3个,那么会强制更新3轮,一轮更新3个item那么就是更新3*3次,因为你在每次renderevent里面都设置了updateall。
No branches or pull requests
调用一次nums的set,会发生很多次强制更新。
The text was updated successfully, but these errors were encountered: