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 1758af5  Revert "remove className="DynamicGridColumn" to fix 
compilation of DataGridExample"
1758af5 is described below

commit 1758af59e649a05a84fa59bb62020ed7c3fd1825
Author: Carlos Rovira <carlosrov...@apache.org>
AuthorDate: Thu Jan 11 09:48:24 2018 +0100

    Revert "remove className="DynamicGridColumn" to fix compilation of 
DataGridExample"
    
    This reverts commit 1d31f1a6fe0b303b0a060c3f419798db568b6d9e.
---
 examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml 
b/examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml
index a5316aa..bf530b7 100644
--- a/examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml
+++ b/examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml
@@ -106,9 +106,9 @@ limitations under the License.
                                destinationPropertyName="dataProvider" />
                </js:beads>
                <js:columns>
-                       <js:DataGridColumn label="Image" dataField="image" 
columnWidth="100" itemRenderer="products.ProductItemRenderer" />
-                       <js:DataGridColumn label="Title" dataField="title" 
columnWidth="200" />
-                       <js:DataGridColumn label="Sales" dataField="sales" 
columnWidth="100"  />
+                       <js:DataGridColumn label="Image" dataField="image" 
columnWidth="100" itemRenderer="products.ProductItemRenderer" 
className="DynamicGridColumn" />
+                       <js:DataGridColumn label="Title" dataField="title" 
columnWidth="200" className="DynamicGridColumn" />
+                       <js:DataGridColumn label="Sales" dataField="sales" 
columnWidth="100" className="DynamicGridColumn" />
                </js:columns>
        </js:DataGrid>
        

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <commits@royale.apache.org>'].

Reply via email to