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
如题,当数据载入完毕后,想通过一个标识,禁止virtual-scoll再执行loading操作
The text was updated successfully, but these errors were encountered:
你是想禁止滚动还是禁止 loading ?
如果是禁止滚动的话,可以改变一下 rclass 用 CSS 设置 overflow-y: hidden !important; 这时候滚动条就没有了;
overflow-y: hidden !important;
如果是禁止 loading 的话,virtual-list 从没有做 loading 操作,只是滚到底部发个消息出去而已,到底要不要 loading 是你自己的代码决定的。
virtual-list
Sorry, something went wrong.
No branches or pull requests
如题,当数据载入完毕后,想通过一个标识,禁止virtual-scoll再执行loading操作
The text was updated successfully, but these errors were encountered: