我创建了一个无限的tableView
var table = infinitetableview.createTableView({});
然后我创建了tableview行
var row[rowIndex] = Ti.UI.createTableViewRow({});
现在我的问题是我无法删除无限tableView中的特定行。任何人都可以帮助我如何实现这一目标吗?
答案 0 :(得分:0)
您必须致电table.sections[0].remove(row);
http://docs.appcelerator.com/platform/latest/#!/api/Titanium.UI.TableViewSection-method-remove