[TIMOB-15366] Number of rows in TableView
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | rows, rowscount, tableview |
Reporter | Matej |
Assignee | Unknown |
Created | 2013-09-29T04:19:54.000+0000 |
Updated | 2018-02-28T20:03:58.000+0000 |
Description
New property for TableView that checks/gives numbers of rows in the TableView.
*Example:*
var table = Ti.UI.createTableView();
// ...Added few sections and few rows to the table
console.log(table.rowCount) // table.getRowCount()
Yes, there are many "workarounds" ,but again it is tedious and unnecessary. This property will accelerate development and simplify source code.
Platforms: iOS, Android, Mobile Web
No comments