Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / grid / remote-group-summary-grid.json
similarity index 87%
rename from examples/grid/totals-hybrid.json
rename to examples/grid/remote-group-summary-grid.json
index 369cc85..4262a29 100644 (file)
@@ -18,7 +18,9 @@
            {projectId: 102, project: 'Ext Grid: Summary Rows', taskId: 111, description: 'Testing and debugging', estimate: 8, rate: 125, due:'07/15/2007'}
        ],
        
-       summaryData: {
-           'Ext Forms: Field Anchoring': {description: 14, estimate: 9, rate: 99, due: new Date(2009, 6, 29), cost: 999}
-       }
+       summaryData: [
+            {project: 'Ext Grid: Single-level Grouping', description: 13, estimate: 6, rate: 100, due:'07/06/2012', cost: 1234},
+            {project: 'Ext Forms: Field Anchoring', description: 14, estimate: 9, rate: 50, due:'06/29/2007', cost: 999},
+            {project: 'Ext Grid: Summary Rows', description: 11, estimate: 4, rate: 44, due:'06/29/2011', cost: 789}
+       ]
 }
\ No newline at end of file