How to Execute Multiple search using Knockoutjs

36 views
Skip to first unread message

text.c...@gmail.com

unread,
Jun 19, 2013, 12:33:54 AM6/19/13
to knock...@googlegroups.com
var contactList = [
{
userId: 1,
userName: "Sugat Shrestha"
},
{
userId: 2,
userName: "Binod Kshetry"
},
{
userId: 3,
userName: "Chhitesh Shrestha"
}
];

1.       Range controls (text box)

a.       From: Lowest <userID> to include.

b.      To: Highest <userID> to include.

2.       Search Name– (text box)

a.       Again do searching in the remaining list from Range Controls data.

parwej ahamad

unread,
Jun 19, 2013, 1:14:38 AM6/19/13
to knock...@googlegroups.com
1. Subscribe for Range controls and Search Name 

2. Maintain the initial data in array 
3. Every changes filter array from the initial data and they bind with your result

Hope so it will hep.


Parwej


--
You received this message because you are subscribed to the Google Groups "KnockoutJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to knockoutjs+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply all
Reply to author
Forward
0 new messages