examples/grid/ArrayGrid.bjs
authorAlan <alan@roojs.com>
Tue, 19 Apr 2022 06:11:56 +0000 (14:11 +0800)
committerAlan <alan@roojs.com>
Tue, 19 Apr 2022 06:11:56 +0000 (14:11 +0800)
examples/grid/ArrayGrid.js

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

index e17718a..b45b6ad 100644 (file)
      "$ xns" : "Roo.grid",
      "* prop" : "grid",
      "items" : [
      "$ xns" : "Roo.grid",
      "* prop" : "grid",
      "items" : [
-      {
-       "xtype" : "SimpleStore",
-       "$ xns" : "Roo.data",
-       "* prop" : "ds"
-      },
       {
        "String header" : "Company",
        "String dataIndex" : "company",
       {
        "String header" : "Company",
        "String dataIndex" : "company",
index 08256f4..f083b8b 100644 (file)
@@ -27,11 +27,6 @@ ArrayGrid = new Roo.XComponent({
     xtype : 'Grid',
     xns : Roo.grid,
     '|xns' : 'Roo.grid',
     xtype : 'Grid',
     xns : Roo.grid,
     '|xns' : 'Roo.grid',
-    ds : {
-     xtype : 'SimpleStore',
-     xns : Roo.data,
-     '|xns' : 'Roo.data'
-    },
     cm : [
      {
       xtype : 'ColumnModel',
     cm : [
      {
       xtype : 'ColumnModel',