Grid Flex



    
        
            import mx.collections.ArrayCollection;
            [Bindable]
            private var grocerySalesData:ArrayCollection = new ArrayCollection([
                {Grocer:"A", Category:"Y", Item:"Apple",  Q1:15, Q2:10},
                {Grocer:"B", Category:"X", Item:"Pork",   Q1:43, Q2:43}
            ]);