Titanium.UI.TableView.deleteRow

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

Summary

Deletes an existing row.

Description

On iOS, the row can be deleted with animation by specifying a properties parameter.

Arguments

Name Type Summary
row Number

Index of the row to delete.

properties TableViewAnimationProperties

Animation properties. Only used on iOS. Optional.

Return Type

void