It’s working fine with user’s manual input, but I can’t figure out how to start search in code. After I set $$(‘searching’).setValue(‘searchme’) nothing happens (obviously). I tried $$(‘searching’).callEvent(‘onkeypress’) with no effect
to intregal:
your efforts are much appreciated, thanks! But it’s still “not there yet”. I guess, because of proxy. See snippet http://webix.com/snippet/7b22d0e6
to finzaiko:
Thanks, looks interesting, but seems not quite what I try to achieve, can you share full snippet?
http://webix.com/snippet/e74fb4fe don’t use both url and dataFeed together. use url (if filter is clientSide) or dataFeed (if filter is serverSide). I think that in the real scenario it will work.
interesting, but it looks like real reason is not because of both url/dataFeed, but because of this string
if (!arg || !arg.filter || !arg.filter.value) return true;
for some reason proxy function receives null arg when using this “auto” call. But I need to know it’s argument for proper work. http://webix.com/snippet/e0bab68e
what do you mean filter not working?
It’s not “really” filtering, cause in my snippet it’s always return same data array. In my real code there is http request with parameters from proxy argument that returns data