{ "id": "61085", "key": "TIMOB-453", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "11242", "name": "Release 1.6.0 M09", "archived": true, "released": true, "releaseDate": "2011-02-14" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2011-04-17T01:53:05.000+0000", "created": "2011-04-15T02:29:35.000+0000", "priority": { "name": "Medium", "id": "3" }, "labels": [ "ios", "release-1.6.0", "tableview", "tableviewrow" ], "versions": [], "issuelinks": [], "assignee": { "name": "rseagraves", "key": "rseagraves", "displayName": "Reggie Seagraves", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2011-04-17T01:53:05.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "10206", "name": "iOS", "description": "iOS Platform" } ], "description": "{html}
Hello,
\napparently it's not possible to append TableViewRow items to an\nexisting tableview (or the example is not available in the\nKitchenSink application) is this feature missing or is it possible\nin the existing SDK?
\nGr,
\nJasper
(from [60cde42ecd93b55bc289a50201b7de00417db343])\n[#453] Change 'append' test so that one append is\na JS object, the other is TableViewRow object. \nhttps://github.com/appcelerator/titanium_mobile/commit/60cde42ecd93...
Updated KS test; result should be the same as previous. Clicking\non the 'append row' (no header) button should animate in from the\nleft, and display the correct row. These are the new rows that are\nactual row objects!