examples/grid/ArrayGrid.bjs
[roojs1] / examples / grid / ArrayGrid.bjs
index d20e5ff..28b0c86 100644 (file)
@@ -5,10 +5,34 @@
  "path" : "/home/alan/gitlive/roojs1/examples/grid/ArrayGrid.bjs",
  "permname" : "",
  "modOrder" : "001",
+ "strings" : {
+  "1c76cbfe21c6f44c1d1e59d54f3e4420" : "Company"
+ },
  "items" : [
   {
    "xtype" : "GridPanel",
-   "$ xns" : "Roo"
+   "$ xns" : "Roo",
+   "items" : [
+    {
+     "xtype" : "Grid",
+     "$ xns" : "Roo.grid",
+     "* prop" : "grid",
+     "items" : [
+      {
+       "xtype" : "Store",
+       "$ xns" : "Roo.data",
+       "* prop" : "ds"
+      },
+      {
+       "String header" : "Company",
+       "String dataIndex" : "company",
+       "xtype" : "ColumnModel",
+       "$ xns" : "Roo.grid",
+       "* prop" : "cm[]"
+      }
+     ]
+    }
+   ]
   }
  ]
 }
\ No newline at end of file