Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-480] inserting rows with header property does not create a new section

GitHub Issuen/a
TypeBug
PriorityMedium
StatusClosed
ResolutionInvalid
Resolution Date2011-04-15T02:30:01.000+0000
Affected Version/sn/a
Fix Version/s0.9.3
ComponentsiOS
Labelsn/a
ReporterNolan Wright
AssigneeJeff Haynie
Created2011-04-15T02:30:01.000+0000
Updated2017-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});

Comments

  1. Jeff Haynie 2011-04-15

    rework this test -- we're not going to support this 1% use case at this point.

  2. Lee Morris 2017-03-02

    Closing as invalid.

JSON Source