Getting ID of clicked TableRow in Titanium Alloy?
问题 I'm new to Titanium and to Backbone. I've worked with JS frameworks before (most familiar with Knockout.js), but Backbone, and the way it works with Alloy, is taking some getting used to. I want to do something very simple. I have a collection bound to a TableView. All I want to do is get the data associated with a particular row when it is clicked. The should be trivial, but all the docs seem to assume you know how to use Alloy already! Model exports.definition = { config: { columns: {