Is there something like AngularJS' filters for Knockout.js?
问题 angularjs has the angular-filters concept built-in, so it's very easy to reduce a dataset to those elements that match for example a user-input. Is there something similar available for knockout.js? Of course I could implement it on my own, using plain old Javascript, but I'm not a performance expert so my own solution would probably be horribly slow. 回答1: Yes, Steve Sanderson has created the knockout-projections plugin for knockout. This is similar to angular-filters where you can apply a