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
数据量大时候,页面渲染会卡顿
类似于table对virtual scroll的支持
The text was updated successfully, but these errors were encountered:
Translation of this issue:
When the amount of data is large, the page rendering will be stuck.
Similar to table support for virtual scroll
Sorry, something went wrong.
I think the key problem is not the virtual scrolling, if there are too many options, you should implement either a frontend search or backend search api here is the demo https://stackblitz.com/edit/angular-tbtx1t?file=src/app/app.component.ts
40daee9
feat(module:select): refactor the select to support virutal scroll
fadaf06
close NG-ZORRO#4585 close NG-ZORRO#3497
dd35390
vthinkxie
No branches or pull requests
What problem does this feature solve?
数据量大时候,页面渲染会卡顿
What does the proposed API look like?
类似于table对virtual scroll的支持
The text was updated successfully, but these errors were encountered: