Is there any way to convert observable to observable array?
I am asking this because there is one function in my code which expect observable array because the function uses ko.utils.arrayForEach
I have try to google but couldnt find anything.
Update
i checked what i am passing using var test = isObservable(item). its not observable that i am passing because i get false in variable test Its normal array.
So i want to convert array to observable array