[TIMOB-480] inserting rows with header property does not create a new section
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2011-04-15T02:30:01.000+0000 |
Affected Version/s | n/a |
Fix Version/s | 0.9.3 |
Components | iOS |
Labels | n/a |
Reporter | Nolan Wright |
Assignee | Jeff Haynie |
Created | 2011-04-15T02:30:01.000+0000 |
Updated | 2017-03-02T18:40:03.000+0000 |
Description
Base UI => Views => Table View => Insert Row
click "Insert Row Below - 1", it does the following:
var row = tableView.getIndexByName('3');
data = {title:'New Row After Row3', header:'New Header'};
tableView.insertRowAfter(row,data,{animationStyle:Titanium.UI.iPhone.RowAnimationStyle.DOWN});
rework this test -- we're not going to support this 1% use case at this point.
Closing as invalid.