Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
<fdg:AdvancedFooterDataGrid dataProvider='{dp}'> <fdg:columns> <mx:AdvancedDataGridColumn headerText="Name" dataField="name"/> <mx:AdvancedDataGridColumn headerText="Price" dataField="price"/> <mx:AdvancedDataGridColumn headerText="Age" dataField="age"/> </fdg:columns> <fdg:footer> <fdg:SummaryFooter label='Average' operation='average' precision='2'/> <fdg:SummaryFooter label='Max' operation='max'/> </fdg:footer> </fdg:AdvancedFooterDataGrid>
This paste will be private.
From the Design Piracy series on my blog: