0
如何我在「的GridPanel」存儲更改數據?變化店ExtJS的
我嘗試這樣做:
cellclick: function (th, td, cellIndex, record, tr, rowIndex, e, eOpts) {
record.set('hasPast', '-');
th.getStore().insert(rowIndex + 1, record.data.pastRecal);
}
但它給錯誤! 「cellclick」 - 我的網格單元click事件的偵聽器。從EXT-ALL-debug.js(在此代碼段)
錯誤:
urlAppend : function(url, string) {
if (!Ext.isEmpty(string)) {
return url + (url.indexOf('?') === -1 ? '?' : '&') + string;
}
return url;
},
網址是不確定的
謝謝!
你的問題太模糊。如果有錯誤,它是什麼? –
我加了錯誤信息 – Oleg
你想改變一個存儲中的數據,或改變整個商店嗎? –