[ALOY-1747] Alloy: setData in TableView parser
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | Critical |
| Status | Closed |
| Resolution | Invalid |
| Resolution Date | 2021-05-10T22:48:50.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | n/a |
| Labels | n/a |
| Reporter | Michael Gangolf |
| Assignee | Ewan Harris |
| Created | 2021-04-24T15:40:19.000+0000 |
| Updated | 2021-05-10T22:48:50.000+0000 |
Description
There is still a
setData inside the Alloys TableView parser at:
https://github.com/appcelerator/alloy/blob/28a239aa7fb1fdef2ac67e50d35780f5c9dd766d/Alloy/commands/compile/parsers/Ti.UI.TableView.js#L216
That should be changed to data = rows
This is not an issue.
TableViewstill supports thesetData()method call in 10.0.0 since it accepts a 2nd argument. I tested it on Android and iOS in Titanium 10.0.0 and verified that it still works. So, we're okay.