Replies: 4 comments 2 replies
|
I thought this could be done without modifying the core but I might be wrong... |
0 replies
|
Ok, making progress: https://github.com/orchidjs/tom-select/blob/master/test/html/virtual-scroll.html Note, this will require version 1.5 which will be released soon |
1 reply
|
Reworked that first example a bit and just released 1.7.0 with the virtual_scroll plugin |
1 reply
|
Is there a way to do this with local data like select2 and selectize? I.E. The expense is rarely in fetching select options from the server, i can request 100k items in 100ms but rendering is the actual issue? I don't see an option on the virtual_scroll plugin to handle the case where i have the data locally, but rendering it all at once is not feasible? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Would be really cool to be able to have feature to have virtual scrolling when select is open to enable pagination via virtual scrolling.
An example from Syncfusion library.
https://ej2.syncfusion.com/documentation/drop-down-list/how-to/achieve-virtual-scrolling/
All reactions