shahid
#1
Hi,
I want to add multiple model to search data on keypress on txt field, can anybody guide me where is it written?
Here’s the code
To search the code try this How can you fetch the one who approved/submits?
1 Like
shahid
#4
@clarkej thanks. 
this.dialog.get_input("txt").on("keyup", function (e) {
me.start = 0;
me.search();
});
i added above code for realtime search items on input.
1 Like
Thanks very much for that learning!