Is there any option in ko, which pushes multiple elements at same time?
I have two elements which needs to be inserted into a observable array called StatesLis
StatesLis
Try
ko.utils.arrayPushAll(self.StatesList, [model, model1]);