examples/grid/ArrayGrid.bjs
[roojs1] / examples / grid / ArrayGrid.bjs
index 81c03f0..28b0c86 100644 (file)
@@ -5,6 +5,9 @@
  "path" : "/home/alan/gitlive/roojs1/examples/grid/ArrayGrid.bjs",
  "permname" : "",
  "modOrder" : "001",
+ "strings" : {
+  "1c76cbfe21c6f44c1d1e59d54f3e4420" : "Company"
+ },
  "items" : [
   {
    "xtype" : "GridPanel",
      "* prop" : "grid",
      "items" : [
       {
-       "xtype" : "JsonStore",
+       "xtype" : "Store",
        "$ xns" : "Roo.data",
        "* prop" : "ds"
+      },
+      {
+       "String header" : "Company",
+       "String dataIndex" : "company",
+       "xtype" : "ColumnModel",
+       "$ xns" : "Roo.grid",
+       "* prop" : "cm[]"
       }
      ]
     }