[TIMOB-453] tableview.append() can't add table view row objects
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2011-04-17T01:53:05.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 1.6.0 M09 |
Components | iOS |
Labels | ios, release-1.6.0, tableview, tableviewrow |
Reporter | jasperdc |
Assignee | Reggie Seagraves |
Created | 2011-04-15T02:29:35.000+0000 |
Updated | 2011-04-17T01:53:05.000+0000 |
Description
Hello,
apparently it's not possible to append TableViewRow items to an existing tableview (or the example is not available in the KitchenSink application) is this feature missing or is it possible in the existing SDK?
Gr,
Jasper
(from [60cde42ecd93b55bc289a50201b7de00417db343]) [#453] Change 'append' test so that one append is a JS object, the other is TableViewRow object. https://github.com/appcelerator/titanium_mobile/commit/60cde42ecd93b55bc289a50201b7de00417db343"> https://github.com/appcelerator/titanium_mobile/commit/60cde42ecd93...
Updated KS test; result should be the same as previous. Clicking on the 'append row' (no header) button should animate in from the left, and display the correct row. These are the new rows that are actual row objects!