Titanium.UI.TableView.updateRow

Function of Titanium.UI.TableView.
Platform Since
Android 0.8
iPhone 0.8
iPad 0.8
Mobile Web 1.8

Summary

Updates an existing row, optionally with animation

Arguments

Name Type Summary
index Number

Index of the row to update.

row Titanium.UI.TableViewRow

Row data to update.

properties TableViewAnimationProperties

Animation properties. Only used on iOS.

Return Type

void