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
2.34.4
3.3.4
Chrome(116.0.5845.188)
window11
https://codesandbox.io/s/elegant-cookies-9sclhz?file=/src/Demo.vue
1、设置item-count 为37367580 2、点击页码 会发现很久才能切换到对应的页码上面
期望页码的切换速度和item-count 为100 的时一样快
实际item-count 的值越大,切换页码的时候响应就越慢
The text was updated successfully, but these errors were encountered:
数据太大的话,会构造大量的快速跳转的下拉菜单数据,应该由于这个原因
naive-ui/src/pagination/src/utils.ts
Lines 114 to 119 in ef7279e
Sorry, something went wrong.
确实应该提供一个选项关掉现在的下拉菜单交互
fc573ef
No branches or pull requests
TuSimple/naive-ui version (版本)
2.34.4
Vue version (Vue 版本)
3.3.4
Browser and its version (浏览器及其版本)
Chrome(116.0.5845.188)
System and its version (系统及其版本)
window11
Node version (Node 版本)
Reappearance link (重现链接)
https://codesandbox.io/s/elegant-cookies-9sclhz?file=/src/Demo.vue
Reappearance steps (重现步骤)
1、设置item-count 为37367580
2、点击页码 会发现很久才能切换到对应的页码上面
Expected results (期望的结果)
期望页码的切换速度和item-count 为100 的时一样快
Actual results (实际的结果)
实际item-count 的值越大,切换页码的时候响应就越慢
Remarks (补充说明)
The text was updated successfully, but these errors were encountered: