[TIMOB-423] calling appendRow or setData on an empty table = error
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Medium |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2011-04-17T01:53:00.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | 0.9.2 |
| Components | iOS |
| Labels | n/a |
| Reporter | Nolan Wright |
| Assignee | Jeff Haynie |
| Created | 2011-04-15T02:29:05.000+0000 |
| Updated | 2011-04-17T01:53:00.000+0000 |
Description
Create an table with with no data then call setData or appendRow and you will get an error
updated. Check out table_view_set.js Click first row, it will crash
(from [2d06f0142f10edcd1e4dee2bf0f819051d3fc1a9]) fixed appendRow with empty dataset. closes #423 http://github.com/appcelerator/titanium_mobile/commit/2d06f0142f10edcd1e4dee2bf0f819051d3fc1a9"> http://github.com/appcelerator/titanium_mobile/commit/2d06f0142f10e...
resolved