You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/11 23:08:32 UTC

[royale-asjs] branch develop updated: tour-de-jewel: CRUD beads can't be removed from DataGrid, since these ones manages the underlying lists

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new d28079b  tour-de-jewel: CRUD beads can't be removed from DataGrid, since these ones manages the underlying lists
d28079b is described below

commit d28079b3e6632646f3742d59d5d6e28a994d66f3
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Mar 12 00:08:23 2020 +0100

    tour-de-jewel: CRUD beads can't be removed from DataGrid, since these ones manages the underlying lists
---
 examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml b/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
index a53ce31..4608f65 100644
--- a/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
+++ b/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml
@@ -334,6 +334,9 @@ limitations under the License.
 							<j:DataGridColumn label="Sales" dataField="sales" columnWidth="80" align="right"/>
 						</j:columns>
 						<j:beads>
+							<j:AddDataGridItemRendererForArrayListData/>
+							<j:RemoveDataGridItemRendererForArrayListData/>
+							<j:UpdateDataGridItemRendererForArrayListData/>
 							<j:RemoveAllDataGridItemRendererForArrayListData/>
 						</j:beads>
 					</j:DataGrid>