Can someone please please help me better understand binding to observable array elements without using templates?
I have a table that contains more than the data that I am attempting to present from the array. My array is fixed size, so to avoid the challenges of layout, I wanted to bind input boxes directly to array elements. I can get it to bind one-way to the view, but updates are not being recognized. Here is my sample: jsfiddle
I have unsuccessfully tried to make each element observable, but I get the same result.