[TIMOB-10325] MobileWeb: Add support for accessing and manipulating TableViewSections from a TableView
GitHub Issue | n/a |
Type | Story |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-08-09T01:48:07.000+0000 |
Affected Version/s | Release 3.0.0 |
Fix Version/s | Sprint 2012-16 API, Release 3.0.0 |
Components | MobileWeb |
Labels | n/a |
Reporter | Bryan Hughes |
Assignee | Chris Barber |
Created | 2012-08-06T11:30:26.000+0000 |
Updated | 2017-03-04T00:01:00.000+0000 |
Description
Accessing table view sections from a table view is currently limited to the data property which resets the entire table. This makes it extremely expensive to, say, add a new section to an already existing table. It has also given rise to poorly thought out API designs such as the 'header' property of TableViewRows.
We need to add methods for accessing and manipulating TableViewSections in a TableView akin to how we can access TableViewRows from a TableView.
We also need to document and deprecate the previously undocumented 'header' property.
Attachments
File | Date | Size |
app.js | 2012-08-06T11:43:13.000+0000 | 3698 |
Pull Request: https://github.com/appcelerator/titanium_mobile/pull/2681
Closing ticket as MobileWeb is no longer supported.