API Docs coming for widget.newTableView?

Specifically, anything for:

  1. How to insert custom row parameters
    I saw it mentioned that this was now possible?
     
  2. rowColor use
    v2 doesn’t let you set a color, it instead asks you to set a default={} color table within rowColor. Would love to see why - what options are available to us?
     
  3. How to change default click behavior?
    Regardless of how one’s onRowTouch() is constructed, newTableView() will turn the row blue on touch. I assume this is somehow related to rowColor, but can’t see anything on how to override this.

Also, has anyone else tried to use the downloadable daily build docs with Win7 Chrome? I’m seeing 10 second load times…on an SSD. Can’t tell what it’s trying to load, but it’s faster to use the website.

Richard, make sure you are looking at the Daily Build documents.   When you land on the API documents, look for the “Daily Builds” in the top right of the page and there is a link to the daily build API docs.   The custom data is documented here:
 

http://docs.coronalabs.com/daily/api/type/TableViewWidget/insertRow.html

I’ve not looked for the others yet.

Rob, thanks; I didn’t think to look into :insertRow() because while it’s used in the widget template, it always struck me as a seperate command used to literally insert rows later. (Plus, there’s no link - to look up any tableView functionality you have to click the tableView link from the widget and then find the appropriate command…it makes perfect database sense but absolutely no semantic sense, if you know what I mean?)

That covers rowColor and customparams. I’m guessing the background is a forced default for rowColor.over, possibly a new undocumented default similar to .height and .width and .isBounceEnabled…

Richard, make sure you are looking at the Daily Build documents.   When you land on the API documents, look for the “Daily Builds” in the top right of the page and there is a link to the daily build API docs.   The custom data is documented here:
 

http://docs.coronalabs.com/daily/api/type/TableViewWidget/insertRow.html

I’ve not looked for the others yet.

Rob, thanks; I didn’t think to look into :insertRow() because while it’s used in the widget template, it always struck me as a seperate command used to literally insert rows later. (Plus, there’s no link - to look up any tableView functionality you have to click the tableView link from the widget and then find the appropriate command…it makes perfect database sense but absolutely no semantic sense, if you know what I mean?)

That covers rowColor and customparams. I’m guessing the background is a forced default for rowColor.over, possibly a new undocumented default similar to .height and .width and .isBounceEnabled…