I'm trying to find a method or plugin that can handle a large amount of data (~ 10,000 rows) and create a drop-down list / drop-down list that can be filtered by typing or skipping all the records at once.
I tried looking at different plugins, as well as writing my own. There are many great options, however, as soon as the data set becomes large, the performance of many of these parameters will quickly decline.
I played with chosen . However, my problems are related to the search results, when 10,000 entries lead to input delays and may block the browser if you try to enter too quickly. Also checking out the selected github page, it looks like it has evolved a bit lately.
The browser requirements will be IE 7+ (IE is really the biggest problem due to poor javascript performance), and FF (Chrome and Safari is a bonus).
Here is a jsfiddle that mimics the data type to be used in my case. I also added the selected plugin so you can see how it works.
source share