Refer to this example.
I got an array named Header (store name for table header) and another array named Type (store class name for each column). I wonder how to get access to the Type array using Header index.
Refer to this example . I got an array named Header (store name for
Share
It appears that in a binding expression like that you need to call $index with brackets, i.e.:
Updated fiddle: http://jsfiddle.net/KuzGf/1/