Hi Carlos, It means that they are default there?
On Fri, Mar 20, 2020, 1:06 AM <[email protected]> wrote: > 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 a1e3a1d tour-de-jewel: CRUD beads are not needed anymore in > datagrid > a1e3a1d is described below > > commit a1e3a1db2f3a761d479139fdac231ae24020ec9d > Author: Carlos Rovira <[email protected]> > AuthorDate: Fri Mar 20 01:06:11 2020 +0100 > > tour-de-jewel: CRUD beads are not needed anymore in datagrid > --- > examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml | 3 > --- > 1 file changed, 3 deletions(-) > > diff --git > a/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml > b/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml > index 587aea6..09758c0 100644 > --- a/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml > +++ b/examples/royale/TourDeJewel/src/main/royale/DataGridPlayGround.mxml > @@ -338,9 +338,6 @@ 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> > >
