-
Task
-
Resolution: Done
-
Not Evaluated
-
None
-
None
-
d96ec3cff51b952a2db9dd016ca5b21d9bb21adf
Provide a way to bind to ListModel data at a specified index. For example, to get the 'x' data from the 10th element, something like myModel[10].x or myModel.get(10,"x").
These should be proper bindings that update when the data changes.