X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=examples%2Fgrid%2FArrayGrid.bjs;h=063e2aebea5b31764472274e42dcb9b71e265272;hb=847ead7a5e6c3e8c1a153ab2a207a65baf87b18b;hp=d20e5ff883b836275f37953dfb3d6e444e8ebf37;hpb=427f15b0674e580c9be5d805f179d030f1bf7240;p=roojs1 diff --git a/examples/grid/ArrayGrid.bjs b/examples/grid/ArrayGrid.bjs index d20e5ff883..063e2aebea 100644 --- a/examples/grid/ArrayGrid.bjs +++ b/examples/grid/ArrayGrid.bjs @@ -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