Skip to content

Instantly share code, notes, and snippets.

@edpichler
Created February 9, 2011 13:21
Show Gist options
  • Save edpichler/818455 to your computer and use it in GitHub Desktop.
Save edpichler/818455 to your computer and use it in GitHub Desktop.
<mx:DataGrid x="18" y="619" id="dataGrid" creationComplete="dataGrid_creationCompleteHandler(event)" dataProvider="{getObjetosResult.lastResult}">
<mx:columns>
<mx:DataGridColumn headerText="otherPart" dataField="otherPart"/>
<mx:DataGridColumn headerText="objeto" dataField="objeto"/>
<mx:DataGridColumn headerText="string" dataField="string"/>
<mx:DataGridColumn headerText="double" dataField="double"/>
<mx:DataGridColumn headerText="objetos" dataField="objetos"/>
</mx:columns>
</mx:DataGrid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment