Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-10325] MobileWeb: Add support for accessing and manipulating TableViewSections from a TableView

GitHub Issuen/a
TypeStory
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-08-09T01:48:07.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sSprint 2012-16 API, Release 3.0.0
ComponentsMobileWeb
Labelsn/a
ReporterBryan Hughes
AssigneeChris Barber
Created2012-08-06T11:30:26.000+0000
Updated2017-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

FileDateSize
app.js2012-08-06T11:43:13.000+00003698

Comments

  1. Bryan Hughes 2012-08-06

    Pull Request: https://github.com/appcelerator/titanium_mobile/pull/2681
  2. Lee Morris 2017-03-04

    Closing ticket as MobileWeb is no longer supported.

JSON Source