fabianlindfors / multi.js

A user-friendly replacement for select boxes with the multiple attribute enabled
https://fabianlindfors.se/multijs
MIT License
953 stars 76 forks source link

How can I get datas with ajax? #2

Open anardil opened 7 years ago

anardil commented 7 years ago

Hello,

Nice plugin :). It will be great if the plugin can take the datas from an URL with ajax.

thank you.

fabianlindfors commented 7 years ago

This is a great idea! Definitely something I want to implement, keep an eye out. :)

Thank you!

xenogew commented 6 years ago

Due to this, will you also support options as array of data like {data: [{id: '', label:''}, ...]}? I would appreciate if you do support.

Thank you.

slimstat commented 4 years ago

Has anyone had any luck implementing this? Or some kind of lazy loading of data? We have selects with possible thousands of records, and would love to use some kind of progressive loading feature.