Replies: 4 comments 2 replies
-
|
I thought this could be done without modifying the core but I might be wrong... |
Beta Was this translation helpful? Give feedback.
-
|
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 |
Beta Was this translation helpful? Give feedback.
-
|
Reworked that first example a bit and just released 1.7.0 with the virtual_scroll plugin |
Beta Was this translation helpful? Give feedback.
-
|
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? |
Beta Was this translation helpful? Give feedback.
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/
Beta Was this translation helpful? Give feedback.
All reactions