0
I need to create a functionality for a system that one can select multiple records in a Combo, but the problem is that I am loading over 5000 records and the browser is crashing.
Is there any way to create this without crashing? Type an autocomplete with the possibility to select multiple records?
The information is coming from a JSON.
Example of what I’m using:
I recommend that you log into the database to get the top 20 using LIKE, so that Javascript does not crash and your application performs better. You can take advantage of that Filter field.
– Giancarlo Abel Giulian
Can Carlos put the code you have? HTML and/or Javascript?
– Sergio
I think he meant that every time you scroll down it generates +20 records until it’s over (type max(or limit) and offset).
– fsi
@Carlospereira you use Asp.net?
– Marconi
That’s right @Fsi, could be so too not to consume too much the application.
– Giancarlo Abel Giulian
@Marconi, I’m using Java
– Carlos Pereira
@Carlospereira I put the Java tag on your question, you better identify which eah the language you use.
– Marconi