Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19961] Windows: Implement TableView row editing operations

GitHub Issuen/a
TypeImprovement
PriorityMedium
StatusClosed
ResolutionFixed
Resolution Date2016-03-24T04:51:30.000+0000
Affected Version/sRelease 5.1.0
Fix Version/sRelease 5.4.0
ComponentsWindows
Labelsn/a
ReporterKota Iguchi
AssigneeKota Iguchi
Created2015-11-13T08:33:38.000+0000
Updated2016-07-14T18:00:04.000+0000

Description

Implement Ti.UI.TableView row editing operation such as deleteRow, insertRowAfter and appendRowAtSection etc for Windows.

Comments

  1. Kota Iguchi 2016-03-22

    https://github.com/appcelerator/titanium_mobile_windows/pull/585
  2. Ewan Harris 2016-07-14

    Verified using: Windows 10 Pro Appc CLI Core: 5.4.0-33 Appc CLI NPM: 4.2.7 Ti SDK: 5.4.0.v20160713141635 Appc Studio: 4.7.0.201607111053 The following methods can now be used
       insertRowAfter()
       insertRowBefore()
       appendRow()
       deleteRow()
       updateRow()
       appendSection()
       deleteSection()
       updateSection()
       insertSectionAfter()
       insertSectionBefore()
       
    Closing ticket

JSON Source