- sample with a big dataset - 100,000 records sample

dhtmlxCombo - sample with a big dataset - 100,000 records sample

This sample demonstrates how dhtmlxCombo works with large amount of data.
We have put into a table in a Mysql database 100.000 records filled with random words. Start typing and see what you get.
Important: sample is working with real data - 100.000 records! Enjoy it's performance and imagine how it could be used in your product

Code snippet:

<link rel="STYLESHEET" type="text/css" href="dhtmlXCombo.css"> <script src="dhtmlXCommon.js"></script> <script src="dhtmlXCombo.js"></script> <script> window.dhx_globalImgPath="imgs/"; function doOnLoad(){ var comboObj = dhtmlXComboFromSelect("combobox") comboObj.enableFilteringMode(true,"loadCombo.php"); } </script> <body onload="doOnLoad()"> <select style='width:200px;margin:2px;' id="combobox" ></select> </body> Download complete sample code

© Scand LLC