[TIMOB-12429] Ti.UI.TableViewSection.rows property is not implemented
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Won't Fix |
Resolution Date | 2017-07-26T04:41:22.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | MobileWeb |
Labels | n/a |
Reporter | Yaroslav Pidstryhach |
Assignee | Eric Merriman |
Created | 2012-12-26T13:11:22.000+0000 |
Updated | 2017-07-26T04:41:29.000+0000 |
Description
Implement Ti.UI.TableViewSection.rows property.
The rows property is implemented. See line 156 of mobileweb/titanium/Ti/UI/TableViewSection.js
I stand somewhat corrected. TableViewSection.rows is *partially* implemented. The constant is indeed there (i.e. section.hasOwnProperty('rows') returns true), but we don't updated it.
Resolving as Won't Fix as MobileWeb has been deprecated.