I have more than a thousand values in my database. Can I get first several values on init, and when scroll down to bottom send a request to get other batch of values.
Current behavior
I shoud get all of the values to view in dropdown
Expected/desired behavior
Getting next batch of values when scroll down (like infinite scroll in Select2 Jquery plugin)
This issue is stale. Please consider opening a new issue with details for the latest version if you are still facing the same issue or need improvement.
I have more than a thousand values in my database. Can I get first several values on init, and when scroll down to bottom send a request to get other batch of values.
Current behavior I shoud get all of the values to view in dropdown
Expected/desired behavior Getting next batch of values when scroll down (like infinite scroll in Select2 Jquery plugin)