From: Alan Date: Thu, 14 Apr 2022 07:15:12 +0000 (+0800) Subject: examples/grid/ArrayGrid.bjs X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=9180fb665cbcd932c9779eafa94ddf94281dfc97 examples/grid/ArrayGrid.bjs examples/grid/ArrayGrid.js --- diff --git a/examples/grid/ArrayGrid.bjs b/examples/grid/ArrayGrid.bjs index 81c03f042d..bb2183915c 100644 --- a/examples/grid/ArrayGrid.bjs +++ b/examples/grid/ArrayGrid.bjs @@ -16,7 +16,7 @@ "* prop" : "grid", "items" : [ { - "xtype" : "JsonStore", + "xtype" : "Store", "$ xns" : "Roo.data", "* prop" : "ds" } diff --git a/examples/grid/ArrayGrid.js b/examples/grid/ArrayGrid.js index 1c162a9019..d5cfae813f 100644 --- a/examples/grid/ArrayGrid.js +++ b/examples/grid/ArrayGrid.js @@ -26,7 +26,7 @@ ArrayGrid = new Roo.XComponent({ xns : Roo.grid, '|xns' : 'Roo.grid', ds : { - xtype : 'JsonStore', + xtype : 'Store', xns : Roo.data, '|xns' : 'Roo.data' }