examples/grid/ArrayGrid.bjs
[roojs1] / examples / grid / ArrayGrid.bjs
index d20e5ff..063e2ae 100644 (file)
@@ -8,7 +8,26 @@
  "items" : [
   {
    "xtype" : "GridPanel",
-   "$ xns" : "Roo"
+   "$ 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