examples/grid/ArrayGrid.bjs
[roojs1] / examples / grid / ArrayGrid.js
index d5cfae8..4cc0ab4 100644 (file)
@@ -26,10 +26,17 @@ ArrayGrid = new Roo.XComponent({
     xns : Roo.grid,
     '|xns' : 'Roo.grid',
     ds : {
-     xtype : 'Store',
+     xtype : 'SimpleStore',
      xns : Roo.data,
      '|xns' : 'Roo.data'
-    }
+    },
+    cm : [
+     {
+      xtype : 'ColumnModel',
+      xns : Roo.grid,
+      '|xns' : 'Roo.grid'
+     }
+    ]
    }
   };  }
 });