examples/grid/ArrayGrid.bjs
[roojs1] / examples / grid / ArrayGrid.js
index 40867f8..4cc0ab4 100644 (file)
@@ -29,7 +29,14 @@ ArrayGrid = new Roo.XComponent({
      xtype : 'SimpleStore',
      xns : Roo.data,
      '|xns' : 'Roo.data'
-    }
+    },
+    cm : [
+     {
+      xtype : 'ColumnModel',
+      xns : Roo.grid,
+      '|xns' : 'Roo.grid'
+     }
+    ]
    }
   };  }
 });