javascript - Filtering contacts to display or show only set number of contacts -
my app calling pickmultiplecontactasync method returns list of contacts. if want filter particular contats display or show set number of contacts, winjs provide specific methods or patterns this? know since list, can use standard predicate type of thing type of filtering, wonder if there specific winjs api this.
the winjs.binding.list uses feature called "projection" create second list filtered predicate automatically update origin list changes. use createfiltered function, can use resulting list example in winjs.ui.listview.
Comments
Post a Comment