I get paged data from server. I use ko.mapping plugin to map it into my view model. If I specify the view-model as the update target, it removes the previous data and adds the new one. I know that this is how it is suppose to work, but can I stop it from deleting existing data?
It would have been good if we can give a "destroy" function to the mapping object to give control before deleting it.