Titanium JIRA Archive
Alloy (ALOY)

[ALOY-1747] Alloy: setData in TableView parser

GitHub Issuen/a
TypeBug
PriorityCritical
StatusClosed
ResolutionInvalid
Resolution Date2021-05-10T22:48:50.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsn/a
ReporterMichael Gangolf
AssigneeEwan Harris
Created2021-04-24T15:40:19.000+0000
Updated2021-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

Comments

  1. Joshua Quick 2021-05-10

    This is not an issue. TableView still supports the setData() 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.

JSON Source