examples/grid/ArrayGrid.bjs
authorAlan <alan@roojs.com>
Thu, 14 Apr 2022 07:15:25 +0000 (15:15 +0800)
committerAlan <alan@roojs.com>
Thu, 14 Apr 2022 07:15:25 +0000 (15:15 +0800)
examples/grid/ArrayGrid.js

examples/grid/ArrayGrid.bjs
examples/grid/ArrayGrid.js

index bb21839..48ab885 100644 (file)
@@ -16,7 +16,7 @@
      "* prop" : "grid",
      "items" : [
       {
-       "xtype" : "Store",
+       "xtype" : "SimpleStore",
        "$ xns" : "Roo.data",
        "* prop" : "ds"
       }
index d5cfae8..40867f8 100644 (file)
@@ -26,7 +26,7 @@ ArrayGrid = new Roo.XComponent({
     xns : Roo.grid,
     '|xns' : 'Roo.grid',
     ds : {
-     xtype : 'Store',
+     xtype : 'SimpleStore',
      xns : Roo.data,
      '|xns' : 'Roo.data'
     }