Custom filtering

Hi !

I’ve seen a cool code snippet surfing the forum. I’m looking for the same feature but my search field is not generated in Javascript so it doesn’t work:
http://webix.com/snippet/e5c32051

Here is my actual code:
http://webix.com/snippet/386f0513

In addition I have a jQuery trigger click on keyup. That’s the reason my button is display none.

Thx !

Hello,

If you have a jQuery trigger on keyup why not attaching the filterText() function right to it instead of button clicking?

PLease, check the snippet to see how it works when attached to a button http://webix.com/snippet/70b324c3

Ok it works !

I forgot the ID in my grid object so the double $ didn’t work.

Thx a lot !