I have created a Page with Pagination option.
Code looks same like : http://blog.ryanvanderpol.com/index.php/2012/07/using-knockoutjs-to-create-an-edit-in-place-data-grid/
Now am not able to add sorting to the dependentObservable PagedList Data in knockout js
because PagedList is not having Sort() prpoerty ..
Pls help me
You can replace something like this:
with this:
You can use dependentObserable/computed to compute new value of other observable without returning any value.