Is it possible to create a DataCollection, and then use it to provide data to a suggest-list attached to a ui.text ?
I need to load data from the server, using a specific proxy and datatype. A DataCollection seems to be able to do that, but I cannot see if (and how) a suggest-list should be based on it.
You can link a suggest list to a DataCollection and then synchronize it with suggest list of the needed text control: http://webix.com/snippet/9287f815
At the same time you can provide extra configuration (including proxy and datatype) within the suggest list itself: