[TIMOB-697] Android: Updating rows with headers throws out-of-bounds error
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2012-07-25T13:50:55.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, defect, tableview |
Reporter | Don Thorp |
Assignee | Neeraj Gupta |
Created | 2011-04-15T02:34:43.000+0000 |
Updated | 2012-07-26T20:52:19.000+0000 |
Android - there is no way to update and/or remove a section header. Even when the associated row(s) have been deleted.
Kitchen sink code below from table_view_row_update.js - the updating of the 'header' does not work(Android). Also, on iPhone, setting the header value to '' - will delete the section header - which is perfect - just want to do the same in Android.
var tableView = Titanium.UI.createTableView({data:data});
tableView.addEventListener('click',function(e)
{
Duplicate of TIMOB-691.