[ALOY-420] refactor TableView parser to allow model-bound tables to use proxy properties
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Medium |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2012-12-10T18:17:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Alloy 0.3.4, 2012 Sprint 25 |
Components | XML |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Unknown |
Created | 2012-12-10T16:34:25.000+0000 |
Updated | 2018-03-07T22:25:36.000+0000 |
Description
The code in the Ti.UI.TableView Alloy parser is split into 2 sections: 1 to handle model-bound tables, and one for all other tables. The model-bound tables do not currently support proxy properties like headerView, footerView, etc... The code should be refactored to use a single stream of processing in order to have both scenarios use all supported functionality of the TableView.
No comments