Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-102] TableView appendRow

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:51:59.000+0000
Affected Version/sn/a
Fix Version/sRelease 0.7.0
ComponentsiOS
Labelsn/a
ReporterNolan Wright
AssigneeBlain Hamon
Created2011-04-15T02:23:41.000+0000
Updated2011-04-17T01:51:59.000+0000

Description

We need to make it easy for people to simply add rows to existing table views.


tableView.appendRow(rowData, {animationStyle:Titanium.UI.iPhone.RowAnimationStyle.DOWN});

Note animationStyle is only supported on iPhone currently

Comments

  1. Blain Hamon 2011-04-15

    Added

JSON Source