Nisaba commented on issue #1178:
URL: https://github.com/apache/royale-asjs/issues/1178#issuecomment-1041404873
Here is a sample that crashes my application :
<j:DataGrid localId="dg1">
<j:columns>
<j:DataGridColumn label="Type" dataField="Titre"
columnWidth="100"/>
<j:DataGridColumn label="En cours" dataField="NbEncours"
columnWidth="100" align="center"/>
<j:DataGridColumn label="Annulées" dataField="NbKO"
columnWidth="100" align="center"/>
<j:DataGridColumn label="Terminées" dataField="NbOK"
columnWidth="100" align="center"/>
<j:DataGridColumn label="Total" dataField="NbTotal"
columnWidth="100" align="center"/>
</j:columns>
</j:DataGrid>
As you can see, it's very simple. It's OK if I comment this datagrid tag
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]