[
https://issues.apache.org/jira/browse/FLEX-35354?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16139652#comment-16139652
]
Piotr Zarzycki commented on FLEX-35354:
---------------------------------------
As a first part of implementation I've added bead
[DynamicItemsRendererFactoryForArrayListData|https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/Basic/src/main/flex/org/apache/flex/html/beads/DynamicItemsRendererFactoryForArrayListData.as]
which handle adding item renderer to components once someone will update
ArrayList by adding item.
The next steps are:
1) Handle removes scenario
In order to have similar functionality as it is in Employee demo I need
implement Multiselection in MDL Table without using checkboxes. - I will raise
separate jira for that purpose.
> MDL Table should allow adding/removing rows dynamically
> -------------------------------------------------------
>
> Key: FLEX-35354
> URL: https://issues.apache.org/jira/browse/FLEX-35354
> Project: Apache Flex
> Issue Type: Improvement
> Components: FlexJS
> Affects Versions: Apache FlexJS 0.8.0
> Reporter: Piotr Zarzycki
> Assignee: Piotr Zarzycki
> Fix For: Apache FlexJS 0.9.0
>
>
> MDL Table component should allow create rows dynamically by adding items to
> data provider.
> Adding items to Table should work similar to [PureMVC Demo: Employee
> Admin|http://darkstar.puremvc.org/content_header.html?url=http://puremvc.org/pages/demos/AS3/Demo_AS3_Flex_EmployeeAdmin/&desc=PureMVC%20API%20Demo:%20Employee%20Admin].
>
> Implementation can be based on example
> [MDLDynamicTabsExample|https://github.com/apache/flex-asjs/tree/develop/examples/flexjs/MDLDynamicTabsExample]
> available in FlexJS repository.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)