我有一個數據網格,並且此網格的數據提供者是RPC調用的結果。結果集具有以下結構:數據網格中的數據提供者的嵌套對象,不顯示數據
Array
[0]->Object #1
[one] => 1
[two] => 1
[three] => Object #2
[apple1] = > Object #3
[color] => red
[rate] => 20
[apple2] => Object #4 (the number of apples is dynamic, apple3,apple4 .. and so on)
[color] => blue
[rate] => 100
等等...所以蘋果對象的數量會因其動態變化而變化。如何在數據網格中顯示這些數據?
我看到了打造「嵌套的DataGridColumn」類的文章很多......這樣的:
http://active.tutsplus.com/tutorials/flex/working-with-the-flex-datagrid-and-nested-data-structures/
有幫助,但我的數據的問題是,一些指標(如apple1, apple2等)是動態的。我如何包括這些?
你可以做的是生成的DataGridColumn動態ActionScript中,而不是在MXML http://milanl.blogspot.com/2009/06/dynamic-columns-in定義它們-datagrid-in-flex.html – JabbyPanda 2011-05-20 20:31:22