I have an Observable Array containing objects as each item.
I pass the Observable Array as a Prop into the component.
When I try to iterate through the Observable Array in the Pager, it does not work. I created an empty array in the data, and then push each observable array and it works. However ideally would like the Observable array being passed in from the prop to work.
NativeScript Vue
I have an Observable Array containing objects as each item.
I pass the Observable Array as a Prop into the component.
When I try to iterate through the Observable Array in the Pager, it does not work. I created an empty array in the data, and then push each observable array and it works. However ideally would like the Observable array being passed in from the prop to work.