-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
VirtualScroller for MultiSelect #3952
Comments
It will be better to add lazy behavior. And lazy behavior with combination with virtual scrolling will have very good performance. |
Hi Team, I am using the multiselect in my project (IE 11 and above). This works for smaller datasets. Is there any fix planned for this? virtual scrolling would really help. Thanks, |
Hi Team, Is there a limitTo attribute so that we can specify how many values should be displayed in the multi-select? This way for huge datasets we can display only say 20 values and if needed the user can search and get the values what they need. Is this possible to do as a quick fix? Thanks, |
Hi @cagataycivici, |
1 similar comment
Hi @cagataycivici, |
Hello, |
There is no guarantee in receiving a response in GitHub Issue Tracker, If you'd like to secure our response, you may consider PrimeNG PRO Support where support is provided within 4 business hours
I'm submitting a ... (check one with "x")
What is the motivation / use case for changing the behavior?
When using Multiselect with 3000-8000 or more items the control takes 5-6 seconds to open and every checkbox takes 3-4 seconds to register a click. Adding in Virtual Scrolling would make this control faster with large datasets. Tree Control could use similar enhancement. Datatable already supports this.
Please tell us about your environment:
Windows 7, VS Code
Angular version:
4.3.6
PrimeNG version:
4.1.3
Browser: all. worse in IE
Language: TypeScript 2.4
Node (for AoT issues):
node --version
=The text was updated successfully, but these errors were encountered: