Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-10324] TiAPI: Add support for accessing and manipulating TableViewSections from a TableView

GitHub Issuen/a
TypeStory
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2012-08-31T20:33:39.000+0000
Affected Version/sRelease 3.0.0
Fix Version/sSprint 2012-17 API, Release 3.0.0
ComponentsTiAPI
Labelsapi, parity
ReporterBryan Hughes
AssigneeBlain Hamon
Created2012-08-06T11:29:39.000+0000
Updated2017-03-22T21:03:58.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.

Comments

  1. Blain Hamon 2012-08-31

    Shouldn't this be marked resolved? All the pull requests (API and KS included) have been merged.
  2. Lee Morris 2017-03-22

    Closing ticket as fixed.

JSON Source