Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-15366] Number of rows in TableView

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsrows, rowscount, tableview
ReporterMatej
AssigneeUnknown
Created2013-09-29T04:19:54.000+0000
Updated2018-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

Comments

No comments

JSON Source