Angular2 + DevExtreme oData lookup multiple stores

I'm using angular (not angularJS) and devextreme to create an email page. I'm currently working on a send-to/recipients list.

Here's what I have: A drop-down with search that lets me search either contacts OR mailinglists.

Here's what I want: A drop-down list with search that only gets data after 3 or more characters are typed, removes options that don't contain my search query, and gets the data from two sources, which are in the form of odata stores.

To complete this task: I'm using DataSource and the dx-lookup tag.

链接地址: http://www.djcxy.com/p/31122.html

上一篇: “开始失败:

下一篇: Angular2 + DevExtreme oData查找多个商店