[TIMOB-14987] TiAPI: Add getRow* related functions to TableViewRow
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | n/a |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | TiAPI |
| Labels | TableView, functions |
| Reporter | Thomas Neerup |
| Assignee | Unknown |
| Created | 2013-08-27T15:26:25.000+0000 |
| Updated | 2018-02-28T20:03:42.000+0000 |
Description
It would be very nice to have the folowing functions on TableViewRow
getRowCount() return the totoal number of rows - for iteration
getRow(index) return row for index - for iteration
getRows() return array of all rows - for iteration
getRowIndex(row) get the index of a row - deleteRow()/updateRow() ect. takes index
No comments