examples/grid/ArrayGrid.bjs
[roojs1] / examples / grid / ArrayGrid.bjs
index fb4f6ca..063e2ae 100644 (file)
@@ -5,5 +5,29 @@
  "path" : "/home/alan/gitlive/roojs1/examples/grid/ArrayGrid.bjs",
  "permname" : "",
  "modOrder" : "001",
- "items" : []
+ "items" : [
+  {
+   "xtype" : "GridPanel",
+   "$ xns" : "Roo",
+   "items" : [
+    {
+     "xtype" : "Grid",
+     "$ xns" : "Roo.grid",
+     "* prop" : "grid",
+     "items" : [
+      {
+       "xtype" : "SimpleStore",
+       "$ xns" : "Roo.data",
+       "* prop" : "ds"
+      },
+      {
+       "xtype" : "ColumnModel",
+       "$ xns" : "Roo.grid",
+       "* prop" : "cm[]"
+      }
+     ]
+    }
+   ]
+  }
+ ]
 }
\ No newline at end of file