fabianlindfors / multi.js

A user-friendly replacement for select boxes with the multiple attribute enabled

Home Page:https://fabianlindfors.se/multijs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I get datas with ajax?

anardil opened this issue · comments

Hello,

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

thank you.

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

Thank you!

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.

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.